Multiple Choice
In the event that a method that should be overridden in a child class has its own implementation, what should you declare the base class method to be?
A) abstract
B) virtual
C) valid
D) static
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: What is another name for a base
Q22: If a base class and a derived
Q23: In C#, any class you create is
Q24: On some occasions, you might want to
Q25: What method can you use to return
Q27: When using a derived class that contains
Q28: Reusing existing classes and interfaces makes the
Q29: System.Console is an example of a class
Q30: You can assign a derived class object
Q31: What can be used as a type