employer cover photo
employer logo
employer logo

Unleashed Software

Is this your company?

Unleashed Software interview question

What is the difference between method overloading and method overriding?

Interview Answer

Anonymous

Dec 22, 2018

Method overriding will share the same name as another method, and replace it's functionality, whereas method overloading will extend the functionality of a method by having a different number of arguments.