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
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 494 of 875    Print  
Java supports multiple inheritance
Skill/Topic: Inheritance
A) True
B) False



  
Total Answers and Comments: 9 Last Update: June 18, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 09, 2006 10:44:30   #1  
rajesh_gint Member Since: November 2005   Contribution: 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
 
Is this answer useful? Yes | No
January 17, 2006 08:07:20   #2  
chaitanya        

RE: Java supports multiple inheritance
it doesn't support,b'coz to avoid the confusion about the parent class
 
Is this answer useful? Yes | No
February 10, 2006 23:54:56   #3  
anbarasigopu Member Since: February 2006   Contribution: 16    

RE: Java supports multiple inheritance
java doesnt support multiple inheritance.but this can be acheived by interfaces and abstract classes.
 
Is this answer useful? Yes | No
March 01, 2006 05:09:28   #4  
sudheer.avula Member Since: February 2006   Contribution: 1    

RE: Java supports multiple inheritance
java does not support multiple inheritance.if we see interfaces it seems that it support.as inheritance is deriving of characteristics. we are providing the characteristics to the interfaces that are implemented in a class but not deriving of characteristics
 
Is this answer useful? Yes | No
August 16, 2006 09:40:06   #5  
saumendra11 Member Since: August 2006   Contribution: 5    

RE: Java supports multiple inheritance
java doesnot support multiple inheritance .but it support multiple interface.
 
Is this answer useful? Yes | No
December 04, 2006 04:59:04   #6  
sivanesh.a Member Since: December 2006   Contribution: 190    

RE: Java supports multiple inheritance
Yes. but only with Interfaces.
 
Is this answer useful? Yes | No
January 06, 2007 03:13:16   #7  
       

RE: Java supports multiple inheritance

no java does not supports multiple interface because of class name conflict.

It is implemented through Interfaces.


 
Is this answer useful? Yes | No
July 09, 2007 00:49:56   #8  
jonbon        

Java supports multiple inheritance
No, Java doesn't support multiple inheritance directly, but java does multiple inheritance through the help of his interface. Because interface doesn't have any body implementation, its all left to the child class which implements this.So by this it support multiple inheritance.
 
Is this answer useful? Yes | No
June 18, 2008 16:43:21   #9  
Hemasenthil Member Since: June 2008   Contribution: 1    

RE: Java supports multiple inheritance
via interface implementation
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape