Advanced PowerBuilder

HomePrevious Lesson: Methods
Next Lesson: SuperClass

SubClass

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.
HomePrevious Lesson: Methods
Next Lesson: SuperClass