Pregunta de entrevista de XS

Can you explain the concept of polymorphism in Object-Oriented Programming?

Respuesta de la entrevista

Anónimo

3 jul 2024

This concept is often used by companies with large databases. Polymorphism is object orriented programming that allows different objects to respond to the same function call in different ways. Applying it allows the use of various methods simultaneously and interchangeably, even if their nature is different.