employer cover photo
employer logo
employer logo

Health Care Service Corporation

Azienda coinvolta

Domanda di colloquio di Health Care Service Corporation

What is the difference between overloading and overriding in Java?

Risposta di colloquio

Anonimo

15 mag 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