(Choose 1 answer)
Which of the following statements is incorrect?
A. The abstract method cannot be overridden in a derived class.
B. Both the overridden method and the virtual method must have the same access modifier level.
C. An abstract method is implicitly a virtual method.
D. To override a method in a derived class, the method in the base class should be a virtual, abstract, or override method.
Exit 24