Tuesday, 20 June 2017

Polymorphism in c#.

In C# polymorphism means having a lot of forms. In object-oriented programming pattern, polymorphism is often expressed as 'one interface, multiple functions'.It   means one name have  many forms. Polymorphism means one object behaving as multiple forms. One function behaves in different forms.

In C# polymorphism  are two type..

1.  Compile Time Polymorphism.  It is also Called as Early Binding or Overloading or static binding)

2.  Run Time Polymorphism or dynamic Polymorphism .

Share this


0 Comments

Advertisement