How can I make an abstract class in AS3 nicely?
I\'ve tried this:
public class AnAbstractClass { public function toBeImplemented():void {
As long as they don't permit non-public constructors in actionscript, you'd have to rely on run time errors for abstract classes and singletons.