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  >  Core Java

 Print  |  
Question:   How can you do multiple inheritance in Java



June 06, 2005 06:26:38 #1
 Vrushali Talokar   Member Since: Visitor    Total Comments: N/A 

RE: How can you do multiple inheritance in Java
 
Its not possible directly. That means this feature is not provided by Java, but it can be achieved with the help of Interface. By implementing more than one interface.
     

 

Back To Question