Tuesday, December 13, 2011

super Keyword

super Keyword is used in 2 places:
  1. super is used to call the overridden method from child class to base class.
  2. super is used to pass the parameter from child class constructor to base class constructor.

No comments:

Post a Comment