Specifies one or more superclasses for the class.
Synopsis
Class MyApp.Person Extends (%Persistent,%Populate) [ ClassType = persistent] {
}
Value
The value of this keyword is a list of one or more class names.
Description
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.
Default Value
The default value for the Super keyword is an empty string.