Solved

The Tree Class Is Derived from a Base Class Named

Question 57

Multiple Choice

The Tree class is derived from a base class named Plant.Which of the following statements can be used by the Tree class to invoke the Plant class's default constructor?


A) MyPlant.New()
B) MyBase.New()
C) MyTree.New()
D) MyTree.Base

Correct Answer:

verifed

Verified

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

Related Questions