how to use super keywords:constructors
super:
super has two general forms. The first calls the superclass’ constructor. The second is used to access a member of the superclass that has been hidden by a member of a subclass.
A website for basic tutorials and programs in Java. JAVA based tutorial programs.