PreviousNextIndex

SUPER system reference

A system reference that lets a subclass call the PUBLIC and PROTECTED instance methods of its super class in the inherited class hierarchy. If the specified method definition is not found in the subclass's immediate super class, ABL repeatedly looks to the next super class in the inherited class hierarchy until it finds the definition.

Syntax

SUPER:method-name ( [ parameter [ , parameter ] ... ] ) [ NO-ERROR ] 

method-name
( [ parameter [ , parameter ] ... ] )
NO-ERROR
Notes
See also

Class-based method call, Parameter passing syntax, SUPER statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex