Explore topic-wise MCQs in C# Questions & Answers Polymorphism.

This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers Polymorphism knowledge and support exam preparation. Choose a topic below to get started.

1.

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» D. Both override method and virtual method must have same access level modifier
2.

Selecting appropriate method out of number of overloaded methods by matching arguments in terms of number, type and order and binding that selected method to object at compile time is called?

A. Static binding
B. Static Linking
C. Compile time polymorphism
D. All of the mentioned
Answer» E.
3.

The capability of an object in Csharp to take number of different forms and hence display behaviour as according is known as ___________

A. Encapsulation
B. Polymorphism
C. Abstraction
D. None of the mentioned
Answer» C. Abstraction