Pergunta de entrevista da empresa Shiash Info Solutions

What is polymorphism

Resposta da entrevista

Sigiloso

27 de mar. de 2019

The word polymorphism is used in various contexts and describes situations in which something occurs in several different forms. In computer science, it describes the concept that objects of different types can be accessed through the same interface. Each type can provide its own, independent implementation of this interface. It is one of the core concepts of object-oriented programming.