Wrong Statement About Run Time Polymorphism Is #316
Wrong statement about run time polymorphism is?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Polymorphism - Quiz No.1.
Wrong statement about run time polymorphism is?
The overridden base method should be virtual, abstract or override
An abstract method is implicitly a virtual method
An abstract inherited property cannot be overridden in a derived class
Both override method and virtual method must have same access level modifier