This Question is Answered 

    anon

    Is Multiple Inheritance Possible In Java Language Or Not?

    asked 2 years ago

    Can't find what you're looking for?

    Ask a Question, Get an Answer ASAP


    Date | Rating

    Answers


    The concept of multiple inheritance is not supported by java language.Rather java supports interfaces as substitute of this.

    It is not possible in java to inherit from a class which inherits the functionality of another class.

    In simple words you can't inherit from a subclass in java.Means multiple inheritance is not supported by java.

    After making a interface in java language one can use the functionality of the interface n number of times.That's how you can overcome the problem of multiple inheritance in java.

    answered 2 years ago   

    New Comment

    1000 words left


      What is Blurtit ?

      Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.

      Ask a Question.