Solved

When You Instantiate a Class Object That Has Been Derived

Question 32

Multiple Choice

When you instantiate a class object that has been derived from another class, ____.


A) the constructor for the base class is called first, followed by the derived class constructor
B) the constructor for the derived class is called first, followed by the base class constructor
C) only the constructor for the derived class is called
D) only the constructor for the base class is called

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions