Pergunta de entrevista da empresa Tudip Technologies

what is polymorphism ?

Respostas da entrevista

Sigiloso

29 de ago. de 2017

what is inheritance ?

Sigiloso

27 de dez. de 2018

Using polymorphism we can reduce maintenance of the system. It can achieve using * Method Overloading and * Method Overriding.

Sigiloso

27 de dez. de 2018

Polymorphism is a ability to take multiple forms. Poly means Many and morphism means forms. Inheritance : Without modifying existing class if we want to extend meaning of the class then we should use inheritance. -Parent class known as Super class and Child class known as Sub class. - To create sub class we should use "extend" keyword.

Sigiloso

16 de dez. de 2019

Polymorphism means one name multiple form... Poly stands for many and morph stands for form, interface,etc.