2.0
3.0
>
lang
>
inherits
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
INHERITS
INHERITS
ParentClass
Put this on the beginning of a
class
file to tell
Gambas
that the current
class
inherits the
ParentClass
class
.
You must use the
ME
keyword to access the inherited elements from the
class
inside.
See also
Object Model
,
Object & Class Management