This is not bug, is petition

BlitzMax Forums/BlitzMax Programming/This is not bug, is petition

Hi.

Sorry for my bad english.

For the OOP is basic the definitions of scopes.
I need minimally the scope "protected" used in java for invisibilize the internals methods to the finally user.

¿It is posible in future updates?

Bye,
Paposo

There are no information hidding mechanisms on class level in BM.

No protected, private or public!

Adding Private / Public to types seems like a no brainer, and I believe "just" requires bcc to not add the entries to the .i files it produces...I really wish this would get added...