Constructors For Derieved Objects
Whenever an instance of some class is called, the implementation first allocates space for it and then runs constructor to initialize the object. If the object is of derieved type we have an added layer of complexity in that now one has to first take care of base class part of the object.
--
AnilSingh - 28-Oct-2010