Domanda di colloquio di AMD

questions on overriding, overloading.

Risposta di colloquio

Anonimo

24 ott 2016

Overloading is when we have same methods (name, class) but different signature (arguments). Overriding is when we have one (virtual) method defined in parent class that we override with implementation in child class, both have same signature.