NiCE interview question

what is overloading and overriding

Interview Answer

Anonymous

23 Sept 2019

Overriding is writing different function on a name of an existing function and Overloading is write different function for the same name with different signature.