employer cover photo
employer logo
employer logo

Loadlink Technologies

Is this your company?

Loadlink Technologies interview question

What is polymorphism, explain with your preferred programming language (C# or Java)

Interview Answer

Anonymous

27 July 2020

it allows us to implement multiple methods within the same class that use the same name but a different set of parameters. (Method overloading)