Quote:
Originally Posted by Tolnaftate2004
Data hiding, encapsulation.
|
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.
I posted it on the forums some time ago:
http://forums.graalonline.com/forums...ad.php?t=77835
( Java class system doesn't include multiple inheritance, although that is little unimportant with the advent of join's. )
Additionally, GS2 isn't type-casted in the traditional sense... I find that non-typed languages are harder to work with: They force us to follow good coding practices.