Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum What is Polymorphism in C# ? 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
Related Topics