employer cover photo
employer logo
employer logo

General Dynamics Mission Systems

Azienda coinvolta

Domanda di colloquio di General Dynamics Mission Systems

What is OOP? What is polymorphism?

Risposta di colloquio

Anonimo

20 dic 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.