Inheritance, Constructors - Computer Science

2 months ago
26

This computer science video covers a tutorial on inheritance in Java, focused on the use of subclass and superclass constructors. The super keyword in the subclass constructor calls the superclass constructor with the specified parameter. If the super keyword is not specified, Java invokes the default constructor of the superclass.

Loading comments...