Rajeev Prajapati
What is Polymorphism in C#?
By Rajeev Prajapati in C# on Jun 06 2013
  • Rafnas T P
    Jan, 2016 11

    The word polymorphism means having many forms. In object-oriented programming paradigm, polymorphism is often expressed as 'one interface, multiple functions'.Polymorphism can be static or dynamic. In static polymorphism, the response to a function is determined at the compile time. In dynamic polymorphism, it is decided at run-time.

    • 0
  • remya t
    Sep, 2015 11

    Ability to take more than one form ,thats acheved by runtime and combile time polymorphism

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS