Wrong statement about run time polymorphism is?
A. The overridden base method should be virtual, abstract or override
B. An abstract method is implicitly a virtual method
C. An abstract inherited property cannot be overridden in a derived class
D. Both override method and virtual method must have same access level modifier
Answer: Option C

Join The Discussion