[haXe] Abstract Classes?
Nicolas Cannasse
ncannasse at motion-twin.com
Wed Dec 13 18:16:26 CET 2006
>>Not exactly, it actually makes perfect sense considering the
>>relationship between A and AApi. This way of implementing abstract
>>classes don't allow private abstract metods, and I don't see an answer
>>to that.
>
>
> Also, I was under the impression that private in haXe is supposed to
> allow access to private fields within the same file?
No, only in the same class and its subclasses.
It's when a class or enum is "private" that it can be accessed within
the same file.
Nicolas
More information about the Haxe
mailing list