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  >  Tech FAQs  >  Programming  >  Java

 Print  |  
Question:  Java supports multiple inheritance

Answer: Skill/Topic: Inheritance
A) True
B) False


February 02, 2006 23:54:56 #3
 Anbarasi J2EE Expert  Member Since: February 2006    Total Comments: 16 

RE: Java supports multiple inheritance
 
java doesnt support multiple inheritance.but this can be acheived by interfaces and abstract classes.
     

 

Back To Question