employer cover photo
employer logo
employer logo

Health Care Service Corporation

Engaged Employer

Health Care Service Corporation Interview Question

What is the difference between overloading and overriding in Java?

Interview Answer

Anonymous

May 15, 2020

Overloading occurs when two or more methods in one class have the same method name but different parameters. ... Overriding allows a child class to provide a specific implementation of a method that is already provided its parent class.

1