employer cover photo
employer logo
employer logo

General Dynamics Mission Systems

Engaged Employer

General Dynamics Mission Systems Interview Question

What is OOP? What is polymorphism?

Interview Answer

Anonymous

Dec 20, 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.