GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java

 Print  |  
Question:  Does a class inherit the constructors of its superclass

Answer: A class does not inherit constructors from any of its superclasses.


February 02, 2008 04:58:30 #5
 vijayashanti   Member Since: February 2008    Total Comments: 1 

RE: Does a class inherit the constructors of its superclass
 
A class does inherit the constructor of superclass using super() method
     

 

Back To Question