Multiple Choice
A method must be declared __________ for it to be overridden by derived classes.
A) Overrides
B) Overridable
C) Virtual
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Polymorphism allows for specifics to be dealt
Q33: Interfaces can have _methods.<br>A) 0<br>B) 1<br>C) 2<br>D)
Q37: Consider the MustInherit base classes below: <img
Q40: All methods in an abstract class are
Q41: A class with MustOverride methods does not
Q43: With Protected instance variables in the base
Q45: In practice,derived classes should depend only on
Q47: Which of the following statements about MustInherit
Q52: By convention,the name for a Car interface
Q53: An interface reference may invoke only the