posted 15 years ago
according to the output of the above code it seems that instance variables of the new object are not initialized but are declared at the time the super constructor is called.can someone explain the exact procedure of building an object stepwise?
whether an instance of the super class is built first and then its modified to a child object?at which step instance variables are declared and initialized etc?
thank you