Multiple Choice
To override a method, the base method may include any of the following keywords, EXCEPT ____.
A) virtual
B) abstract
C) interface
D) override
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: public static void ExchangeContents (ref T value1,
Q19: Through defining the methods of a class
Q20: Class library files end with a(n) _
Q21: The base default constructor is called by
Q22: Multiple inheritance is not possible in C#;
Q24: Partial classes enable a class to be
Q25: If you do not want subclasses to
Q26: _ classes cannot be instantiated. _ classes
Q27: A stack represents a simple _ collection.
Q28: With C#, you have single inheritance, but