(Choose 1 answer)
Which of the following statements is incorrect about virtual and abstract keywords?
A. Abstract modifier cannot be used properties or indexers.
B. A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods.
C. Virtual methods are not required to override in sub-classes.
D. Virtual and abstract both can be used for methods declared in classes.
Exit 33