Is there a way to declare classes and methods as abstract in Haxe?
As mentioned by MSGhero, Java-style abstracts are not natively supported by Haxe. It was requested by several people though, so Andy Li wrote a macro to provide Haxe users with a comparable functionality:
https://gist.github.com/andyli/5011520