hi, is it possible to implement oop interfaces in cc.Class? if not is there other alternative?
what i am now is just extending and extending… i want some thing just like an interfaces…
i can create an empty class and just log a message inside a function if this function is not overridden… but i think making an empty class just to mimic oop interface is quite not convincing hehe
need help guys… others may benefit with this too… 