- This event has passed.
7 PM – Intro To Java – Bill
June 27 @ 7:00 pm - 8:00 pm
Your HW:
- Create a Boat class that inherits from vehicle
- It should have these extra atributes:
- String – Country
- Int – Size
- It should also override the Drive() method to print out
- “You drove the <size> meter boat with a <country> flag”
- No Class next week, resumes 7/11