Pergunta de entrevista da empresa Publicis Sapient

what is polymorphism in oops?

Resposta da entrevista

Sigiloso

12 de jul. de 2024

Polymorphism is a concept in programming where one function, method, or object can take many forms. It allows you to use a single interface to represent different underlying data types or methods, making your code more flexible and reusable.