Sandeep Kumar
What is polymorphism and what is type of polymorphism?
By Sandeep Kumar in .NET on Dec 19 2015
  • Dharmendra Rai
    Jan, 2016 6

    The term polymorphism is very common topic in oops. "Poly" means many and "morphism" means form. This a Greek word. It means polymorphism is ability to work at many form at a time. A code that can re-use by multiple time is known as polymorphism. There is two type of polymorphism ...1) Compile time Polymorphism(Static Binding/ Method Overloading). 2)- Run-time Polymorphism (Dinamic Binding, Method Overriding).

    • 1
  • Mukesh Kumar
    Sep, 2017 3

    polymorphism meams so many formsit is of two types Static & dynamic

    • 0
  • Munesh Sharma
    May, 2016 31

    http://www.tutorialspoint.com/csharp/csharp_polymorphism.htm

    • 0
  • Rupesh Kahane
    May, 2016 4

    refer this article http://www.c-sharpcorner.com/UploadFile/a8024d/polymorphism-in-C-Sharp-with-real-life-example/

    • 0
  • Sandeep Kumar
    Dec, 2015 19

    polymorphism is properties of oop in which one method behave in different method. Type of polymorphism is Staic polymorphism Dynamic polymorphism

    • 0