Quote:
Originally Posted by Novo
I did replicate Java's class system... Although data-hiding isn't really possible ( all variables are public by restriction ). None-the-less, I pretend that it isn't public.
|
Right now, one could make member functions "protected/private" with some clever thinking and the right code. Variables are a different case.