Question
Inheritance problem
Hi.
According to "ActionScript 3.0 Language and Components Reference" you "cannot use the override attribute on any of the following: Variables, Constants, Static methods, Methods that are not inherited, Methods that implement an interface method, Inherited methods that are marked as final in the superclass".
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/statements.html#override
So how can I have a boolean property in a subclass as true instead of false as in its superclass. Something like:
According to "ActionScript 3.0 Language and Components Reference" you "cannot use the override attribute on any of the following: Variables, Constants, Static methods, Methods that are not inherited, Methods that implement an interface method, Inherited methods that are marked as final in the superclass".
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/statements.html#override
So how can I have a boolean property in a subclass as true instead of false as in its superclass. Something like: