Multiple Choice
Base class methods with this level of access cannot be called from derived classes.
A) Private
B) Public
C) Protected
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Interfaces can have _methods.<br>A) 0<br>B) 1<br>C) 2<br>D)
Q45: In practice,derived classes should depend only on
Q47: Which of the following statements about MustInherit
Q48: Objects of unrelated classes that implement the
Q50: The first task of any base class's
Q51: To avoid duplicating code (and possibly errors),use
Q52: A derived class can add its own
Q53: An interface reference may invoke only the
Q53: Polymorphism allows you to command a wide
Q54: When a derived-class member overrides a base-class