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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…