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.

Creating and Using Objects

Discusses where objects originate and how to use them.

Understanding Classes

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.

Encore RPG Language Reference

Describes the Encore RPG language elements.