Revature Interview Question

what is overide and overload

Interview Answer

Anonymous

Jan 24, 2018

overload could be when you send arguments to a constructor. depending on the arguments you send a different constructor will override the base constructor. override could be when a subclass modifies or adds to the parent class method