View Single Post
  #8  
Old 01-22-2008, 11:20 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Tolnaftate2004 View Post
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.
Reply With Quote