Multiple Choice
How can a derived class constructor ccall a base class constructor?
A) implicitly
B) explicitly
C) a and b
D) the derived class cannot call the base class constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The UML distinguishes an interface from other
Q52: A derived class can add its own
Q53: Polymorphism allows you to command a wide
Q54: When a derived-class member overrides a base-class
Q55: When creating a class,rather than declaring completely
Q56: An interface is defined with keyword _.<br>A)Interface<br>B)MustInherit<br>C)Implements<br>D)Abstract
Q58: Concrete classes provide implementations for at least
Q59: Which of the following does not complete
Q61: Private fields of a base class can
Q62: When a program creates a derived-class object,the