Solved

When You Add the Virtual Keyword to a Method Heading

Question 74

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions