Thursday, May 10, 2007

Hey folks!..Do you know what happening under the class?!

Class definition is represented by a special class object that stores information about class. Among the constituents of the object class are follows:

Two traits objects:
One traits object used to store information about static properties of the class
Another traits object used to store information about instance properties of the class and serves as primary mechanism for inheritence.

prototype object:
It is a special object that used to share state among all instances of the class.