Multiple Choice
When you add the virtual keyword to a method heading, it ____.
A) overrides a method from a base class.
B) tags the method as capable of being overridden.
C) converts the class to an abstract class.
D) forces all classes derived from that class to include implementation details for the method.
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Which keyword instructs the compiler to infer
Q66: Classes that inherit from a base class
Q67: Through _ the CLR determines which method
Q68: Adding an abstract modifier to a class
Q69: _ is an object oriented feature that
Q70: Packaging data attributes and behaviors into a
Q71: Replacing a method defined at a higher
Q72: For classes of animal and dog, animal
Q73: You have experienced the use of polymorphism
Q75: The reserved word base, placed in the