Android Question Inheritance

marcel

Active Member
Licensed User
Longtime User
Hi,

Can i use Inheritances on classes?

Or something (psedo code).

class MyPanel from MainPanel

Public sub UpdateGui (if exist overwrite)
Super UpdateGui
'do some magic on the panel;
end sub

end class
 
Top