Closed ghost closed 9 months ago
Adept doesn't have encapsulation. Everything is public. There is no private or protected. Adept's classes are just more fancy C structs!
public
private
protected
Yes, they were meant to be that way. For better or for worse.
For 3.x, I have plans to improve this.
Adept doesn't have encapsulation. Everything is
public
. There is noprivate
orprotected
. Adept's classes are just more fancy C structs!