Q143
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
AnswerD.
Both override method and virtual method must have same access level modifier
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board