Multiple Choice
Which of the following statements about MustInherit base classes is true?
A) MustInherit base classes may contain data.
B) MustInherit base classes may not contain implementations of methods.
C) MustInherit base classes must declare all methods as MustOverride.
D) MustInherit base classes must declare all data members not given values as MustOverride.
Correct Answer:

Verified
Correct Answer:
Verified
Q33: Interfaces can have _methods.<br>A) 0<br>B) 1<br>C) 2<br>D)
Q42: A method must be declared _ for
Q43: With Protected instance variables in the base
Q45: In practice,derived classes should depend only on
Q48: Objects of unrelated classes that implement the
Q49: Base class methods with this level of
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