|
|
Exercise Five
Exercise Five
- Okay, that was quite a bit of
abstract stuff all at once. Before we move on to discuss
specifically how objects are created in Java, why not take a
moment to design some objects for yourself so you can get
used to the process.
- A fun object to create is a
Calendar. What are the properties and what are the methods?
Does it inherit from anything? Does it use any objects to
perform its functionality?
Polymorphism
Table of Contents
Getting the Java Developer's Kit
|
|