Language Tour
In This Section
Object Oriented Programming in Encore RPG
Discusses how easy it is to create your own objects from the classes you define, and to use objects to simplify your coding and increase code reuse.
Discusses where objects originate and how to use them.
Documents how Classes are important in object-oriented programming because they allow you to group related items as a unit as well as control their visibility and accessibility to other procedures. Classes also can inherit and reuse code defined in other classes.
Related Sections
Describes the Encore RPG language elements.