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 .
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 .

0 Comments