Originally posted by Perspective
if your base class is Object and class A inherits from Object, then creating an instance of A will automatically call the Object constructor followed by the A constructor. Destructors will run in the reverse order. hope that helps...
But if the constructor of Object takes a value?