As the Question said... the properties of the class are instantiated in the newly created object.
they are not created but are
inherited to the object...i.e., the newly created object will also have the same properties (that the class has).....
what
you should get yourself clarified is that the newly born object is inheriting the qualities.... and that even the private properties of its class can be inherited but not attributed directly or say accessed...ok...
properties are inherited but not accessed.. they can be referred but not accessed from elsewhere...
hope that i cleared you query...if any clarifications...send me an email....ok
bye