Home »
MCQs »
C# MCQs
Which C# concept has the capability of an object to take number of different forms and hence display behaviour as accordingly?
81. Which C# concept has the capability of an object to take number of different forms and hence display behaviour as accordingly?
- Polymorphism
- Encapsulation
- Abstraction
- None of the above
Answer: A) Polymorphism
Explanation:
In C#, the concept has the capability of an object to take number of different forms and hence display behaviour as accordingly known as "Polymorphism".