Multiple Choice
Private fields of a base class can be accessed in a derived class
A) by calling Private methods declared in the base class
B) by calling Public or Protected methods declared in the base class
C) directly
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The UML distinguishes an interface from other
Q56: An interface is defined with keyword _.<br>A)Interface<br>B)MustInherit<br>C)Implements<br>D)Abstract
Q57: How can a derived class constructor ccall
Q58: Concrete classes provide implementations for at least
Q59: Which of the following does not complete
Q62: When a program creates a derived-class object,the
Q63: Declaring an interface Protected allows for extra
Q64: Which is used to specify that a
Q65: When a derived class constructor calls its
Q66: An interface is typically used in place