Try OpenEdge Now
skip to main content
Object-oriented Programming
Designing Objects: Inheritance, Polymorphism, and Delegation
 

Designing Objects: Inheritance, Polymorphism, and Delegation

The previous chapters introduce the basic syntax that supports classes in ABL. This chapter provides more conceptual information on the structure and operation of class hierarchies, and shows how you might use classes in an application.
* Class hierarchies and inheritance
* Interface hierarchies and inheritance
* Using polymorphism with classes
* Using delegation with classes