6 Jan
2006
6 Jan
'06
7:02 p.m.
Asad Habib wrote at 2006-1-6 10:06 -0500:
Well, the class is simply a construct that Java uses to define an object. Also, the concept of object is well defined in Java which makes it easier for the programmer to know what can and cannot be done.
The same is true for Python -- apart from the dynamic additions to instances and classes possible with Python (but not Java). -- Dieter