1. In object-oriented programming, methods defined in a parent class that can be inherited and used by child classes
The superclass methods provide the basic functionality that all subclasses inherit.
Os métodos da superclasse fornecem a funcionalidade básica que todas as subclasses herdam.
2. Methods that can be overridden or extended by subclasses to customize behavior
You can call the superclass methods using the super keyword in Java.
Você pode chamar os métodos da superclasse usando a palavra-chave super em Java.