J.P. Morgan interview question

Describe the difference between method overriding and overloading.

Interview Answer

Anonymous

Jun 20, 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.