Pergunta de entrevista da empresa Apple

What is polymorphism in object oriented programming?

Resposta da entrevista

Sigiloso

3 de out. de 2024

Polymorphism is when the method in a class behaves differently based on context. An Example for polymorphism can be constructor overloading.