What is Polymorphism in C# ?
Answer:
The ability of a programming language to process objects in different ways depending on their data type or class is known as Polymorphism. There are two types of polymorphism
- Compile time polymorphism. Best example is Overloading
- Runtime polymorphism. Best example is Overriding