Est-ce votre entreprise ?
3.What is Polymorphism in c# ?
Utilisateur anonyme
3. Ans. Polymorphism is same method name and difference type of signature (parameter) this is two type . 1. complie time 2.. Run Time compile time is also known as early binding here using operator overloading run time is also known as let binding overriding used in base class and child class.