has | |
EXAMPLE: |
class person has mind |
REMARKS: |
'has' is used when the class is derived from more than a single parental class. ie: multiple inheritance. 'has' may be omitted. It is sufficient to provide the class/type name without this qualifier. |
RELATED: |
of
from
extends
class
classes
|