Akamai Interview Question

What is the difference between Override and Overload?

Interview Answer

Anonymous

May 7, 2019

Overriding is class specific implementing of virtual methods from an abstract base class Overloading is using multiple signatures for the same method