Pergunta de entrevista da empresa Revature

what is overide and overload

Resposta da entrevista

Sigiloso

24 de jan. de 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