Pregunta de entrevista de Publicis Sapient

what is polymorphism in oops?

Respuesta de la entrevista

Anónimo

12 jul 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.