Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

keyword super

  Asked By: Boell    Date: May 02    Category: Java    Views: 558
  

When we have a derived class like JFrame or Frame,
is it necessary to call their constructor ?
ex.:

public class MyClass extends JFrame
{ MyClass()//constructor of MyClass
{super();
//instuction...
}

Share: 



Tagged: