https://github.com/seycileli/monstergameapp
Monster Game APP Where We Have Many Monsters That Can Attack
https://github.com/seycileli/monstergameapp
interface-java java monster-game object-oriented-programming oops-in-java subclass
Last synced: about 1 year ago
JSON representation
Monster Game APP Where We Have Many Monsters That Can Attack
- Host: GitHub
- URL: https://github.com/seycileli/monstergameapp
- Owner: seycileli
- Created: 2019-12-02T17:11:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T17:17:04.000Z (over 6 years ago)
- Last Synced: 2025-01-15T10:24:14.126Z (about 1 year ago)
- Topics: interface-java, java, monster-game, object-oriented-programming, oops-in-java, subclass
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonsterGameApp
In our game app, we have many types of monsters that can attack.
We shall design a superclass called Monster and define the method attack() in the superclass.
The subclasses shall then provides their actual implementation. In the main program, we declare instances of superclass, substituted with actual subclass; and invoke method defined in the superclass.