Home / lang / inherits 
INHERITS
Syntax
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
The Gambas Object Model  Object & Class Management