Answered Questions

  • why single inheritance cannot be use in java/why we alwayz use multiple inheritances?

    sandhya

    • Apr 1st, 2007

         please dont create confusion in java we have single inheritance but not multiple inheritance and multiple inheritance can be accomplished by multiple interface inheritance in java

    Renjith T V

    • Jun 25th, 2006

    Single inheritance, multilevel inheritance and hierarchial inheritance is allowed in java. Muliple inheritance and hybrid inheritance is not allowed because implementing these in Java will cause data...