Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Karina K patni   on Aug 04 In Java Category.

  
Question Answered By: Paul Brooks   on Aug 04

without creating reference of the base class  using super, u cannot call  a
method of the outer class from the derived  inner class.
the basic rule of inheritance is tht when we r extending a base class, then
derived class should contain this super  method to initiate the constructor
of the base class.

Share: 

 

This Question has 18 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Inner class inherit question Or get search suggestion and latest updates.


Tagged: