what is overide and overload
Sigiloso
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