Pergunta de entrevista da empresa eDynamic

3.What is Polymorphism in c# ?

Resposta da entrevista

Sigiloso

8 de dez. de 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.