what is the benefit of overriding?
The benefit of overriding is: ability to define a behaviour that’s specific to the subclass type which means a subclass can implement a parent class method based on its requirement.
The goto resource for studying materials
what is the benefit of overriding?
The benefit of overriding is: ability to define a behaviour that’s specific to the subclass type which means a subclass can implement a parent class method based on its requirement.