Showing posts with label subclass. Show all posts
Showing posts with label subclass. Show all posts

Tuesday, 21 January 2014

Using super in java

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.