Try OpenEdge Now
Object-oriented Programming
Programming with Class-based Objects
:
Instantiating and managing class-based objects
:
Calling class-based methods
:
Comparison with procedure-based programming
Comparison with procedure-based programming
Methods never require a separately declared prototype in the class where they are invoked, as user-defined functions sometimes do in the procedure or class where they are invoked.