Page 1 of 1

Wrong statement about run time polymorphism is?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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