Vidyalelo
C# Programming · Q143

Classes and Objects in C Sharp

Programming · C# Programming · question 143

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
Answer
D.
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