Solved

The Base Default Constructor Is Called by ____

Question 21

Multiple Choice

The base default constructor is called by ____.


A) adding base( ) :  between the constructor heading and the opening curly brace
B) typing base( ) : as the first executable statement in the derived constructor
C) adding className( ) :  between the constructor heading and the opening curly brace
D) typing base( ) : as the first executable statement in the Main( ) method

Correct Answer:

verifed

Verified

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

Related Questions