‘protected’ implementation in Actionscript 3 is BROKEN
Consider following code: Theoretically, the call at line no. 13 should not cause any error as count is defined for testObj as a field in SubClass, but it gives a Cannot create property count on SubClass. Interestingly if we move … Continue reading