• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multiple Inheritance

 
Ranch Hand
Posts: 207
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why does java not support Multiple Inheritance?
What does Multiple Implementation mean in java?
How does multiple inheritance implement using interfaces?
If we are using same methods(same signature) in two interfaces and we are implementing those interfaces in a class,how does it avoid multiple inheritance issues in java?
:roll:
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These look like home work questions thomas davis. People are discouraged from answering homework questions directly here. What I can suggest is you have a read up on the theory behind the Java specification. Sun's spec. docs might be a little dry, but Bruce Eckle's "Thinking In Java" is an easier read.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
and even if not, they don't belong here but in the beginner forum.
Anyone who lacks the knowledge he asks for can hardly be anything but an absolute beginner (nothing wrong with that, everything wrong with an unwillingness to do your own research).
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plus, i think every one of these questions has been answered (many times) in the beginner forums. try doing a search, and you'll probably get your answer faster than waiting for someone to do your homework for you.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic