employer cover photo
employer logo
employer logo

Shiash Info Solutions

Is this your company?

Shiash Info Solutions Interview Question

What is polymorphism

Interview Answer

Anonymous

Mar 27, 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.