2
Reply

What is Polymorphism in C#?

Rajeev Prajapati

Rajeev Prajapati

Jun 06, 2013
1k
0

    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.

    Rafnas T P
    January 11, 2016
    0

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

    remya t
    September 11, 2015
    0