employer cover photo
employer logo

NetSuite Interview Question

What is the major difference between overriding and overloading (not overwriting).

Interview Answer

Anonymous

Nov 27, 2012

Of course, overriding happens when a class inherits something, overloading is when a method has the same name and different amount of variables.

2