Specifies one or more superclasses
for the class.
Synopsis
Class MyApp.Person Extends (%Persistent,%Populate) [ ClassType = persistent] {
}
The value of this keyword is a list of one or more class names.
Specifies one or more superclasses for the class. The first such class
is referred to as the primary superclass; any additional classes are secondary
superclasses.
Within the Studio, the
Super keyword is defined
using the Extends clause of a class definition statement.
The default value for the
Super
keyword is an empty string.