| Home | Previous Lesson: Methods Next Lesson: SuperClass |
A Subclass is a class that inherits behavior from another class. A subclass inherits all the behavior of its parent class and then adds its own specific behavior to define an unique object.
| Home | Previous Lesson: Methods Next Lesson: SuperClass |