Pregunta de entrevista de eDynamic

3.What is Polymorphism in c# ?

Respuesta de la entrevista

Anónimo

8 dic 2018

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.