Benefits of classes
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Classes represents a user-defined data type whose characteristics are defined by
class members, including a set of class data members and
properties that define class data, and a set of
class methods and events
that define class behavior. In addition to class members, a class definition can include
special optional methods (one or more constructors and
one destructor). It can also include class-scoped
handle-based objects that provide PRIVATE resources to
the class, function prototypes for user-defined
functions referenced by the class, and triggers to
handle events for widgets and other handle-based objects defined by the class.