Abstract Classes in Flex
I recently found the need to implement an Abstract Class in a package I was writing for an SDK. When I searched out the methods that others had used in an attempt to “fake” an Abstract Class I felt they fell short. Most of the other solutions involve protecting the constructor of the Abstract Class [...]
Continue reading