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


January 01, 2006 10:44:30 #1
 rajesh_gint J2EE Expert  Member Since: November 2005    Total Comments: 14 

RE: Java supports multiple inheritance
 
java doesnt support multiple inheritance,it supports using interfaces like one class can extend a class and implement an interface
     

 

Back To Question