| Home | Previous Lesson: SubClass Next Lesson: Inheritance |
A Super class is a class from which specific behaviors are inherited. A class might have only one Super class, or it might have several, combining behaviors from several sources and adding only a little of its own to produce its own unique object.
| Home | Previous Lesson: SubClass Next Lesson: Inheritance |