views:

14

answers:

1

To my knowledge this doesn't brake Liskov's Substitution Principle as an instance of a subclass can do all the things that an instance of a superclass can do.

A: 

that might be true, but it's something that as3 can't do regardless.

oedo