javascript
Brief description  about Online courses   join in Online courses
View n n n 's Profile

Inheritance

Hi,
can someone please tell if multiple inheritance exists in java?For instance can class C inherits from class A and class B OR can it just in turn inherits?
Asked by n n n | Apr 5, 2012 |  Reply now
Replies (2)
View varun hemant khode 's Profile
no their is no multiple inheritance in java but we can apply it by using Interfaces in java so check out interfaces for multiple inheritance
Apr 8, 2012
View ranjeet kumar singh 's Profile
Hi Nitoo,

In JAVA we can implement only Single and Multilevel inheritance. JAVA does not support Multiple inheritance, but multiple inheritance can be achieved in JAVA using Interface.
Apr 6, 2012