When a new class extends a superclass, it inherits the properties and methods of the superclass. Then, it can

When a new class extends a superclass, it inherits the properties and methods of the superclass. Then, it can



Answer: override the inherited methods


Learn More :