Lesson 9 - Composition
Learning to program with Java is fun because there are so many built-in objects--Button, Label, TextField, etc--and it is so easy to use them. Not only that, you can combine different classes to create your own new objects. This is called composition.
Lesson 9 sections are as follows:
Continue with section 9.1 Combining Objects
|