amolpalekar kadolkar wrote:If your method overrides one of its superclass's methods, you can invoke the overridden method through the use of the keyword super.
Yes, but you can use that keyword to call any accessible method in the super class, despite it was overridden or not.