Domanda di colloquio di J.P. Morgan

Describe the difference between method overriding and overloading.

Risposta di colloquio

Anonimo

20 giu 2017

Overriding is implementing different workflow within a child class to the parent. Overloading is providing different workflow based on the method signature that is called.