- This event has passed.
7 PM – Intro To Java – Bill
July 25 @ 7:00 pm - 8:00 pm
Your HW:
- Create new classes that inherit from Monster class
- Bird
- Make the bird immune to sword attacks
- Golem
- Make the golem have a new special attribute, type (add it to the parameters of the constructor)
- Make the golem immune to magic attacks that are the same as this golem exclusive attribute
- Bird