Pergunta de entrevista da empresa General Dynamics Mission Systems

What is OOP? What is polymorphism?

Resposta da entrevista

Sigiloso

20 de dez. de 2020

Polymorphism is one of the core concepts in OOP languages. It describes the concept that different classes can be used with the same interface. Each of these classes can provide its own implementation of the interface. Java supports two kinds of polymorphism. You can overload a method with different sets of parameters.