Empleador activo
explain about inheritance in Java?
Anónimo
Inheritance in Java means one class can reuse and extend another class’s code. A child class (subclass) inherits fields and methods from a parent class (superclass) using the extends keyword.