Akamai interview question

What is the difference between Override and Overload?

Interview Answer

Anonymous

7 May 2019

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