Introduction
In this tutorial, I am going to explain about Polymorphism in C#. This detailed article will cover the following topics:
See you in the next article, till then take care and be happy learning.
Conclusion
In this article, we have discussed about Polymorphism in C# with various examples.
I hope you enjoyed this article. Follow C# Corner to learn more new and amazing things about C#.
Thanks for reading.

Zhel AnnPosted Jun 16, 2021, 2:09 PM
This is the best explanation i have seen so far. Thank you!
Mohammed MoizuddinPosted May 10, 2021, 11:50 AM
Thank you....
Peter MwansaPosted Jan 9, 2021, 11:18 PM
Thank you well explained
Amit AgarwalPosted Aug 23, 2019, 11:53 AM
Nice article
Bidyasagar MishraPosted Aug 2, 2019, 11:12 AM
Awesome article sir
Rohan RaoPosted Jul 5, 2019, 8:52 AM
I have a question. In Compile Time Polymorphism, you have written the same method 'Add' with same data type 'int' - just the difference is the parameters. Can I not simply assign all the parameters in just one method and use it? Why should I use Add(int a) and then again Add(int a, int b) if I can directly write it as Add(int a, int b)?
Adedotun SalamiPosted Jun 20, 2019, 4:18 AM
Self Explanatory
Kuldeep SinghPosted Apr 20, 2019, 2:31 AM
Very nicely explained in the simplest way with accurate example..
Rushi MehtaPosted Mar 28, 2019, 1:50 AM
Very nicely explained. Its give me a brief idea on polymorphisum
Dolly BodgalPosted Mar 15, 2019, 5:29 AM
Greatly explained. Thank you
Umar FarooqPosted Dec 23, 2017, 2:26 AM
Chumaishvari performance
Sachin KumarPosted Oct 25, 2016, 3:40 AM
Very Nice Article
Bruno PétersonPosted Jun 16, 2015, 6:15 PM
Good one
samadhan nathePosted Mar 25, 2015, 3:01 AM
nice article
Tom MohanPosted Mar 24, 2015, 12:15 PM
good explanation
Gowtham RajamanickamPosted Mar 24, 2015, 12:28 AM
nice sir
Vithal WadjePosted Mar 23, 2015, 1:38 PM
nice sir
Nanhe SiddiquePosted Mar 23, 2015, 6:16 AM
Nice describing strategies