How multipleInheritance is possible in java?
Answer Posted / uthrakumar-wipro technologies
multiple inheritance is not possible in java but we can
apply the multiple inheritance concept using interfaces in
java but it doesn't meant that java will support multiple
inheritance rather we can implement the idea of multiple
inheritance as follows......
eg:
<class name> implements <class1>,<class2>,...
{
}
but the interface technique will not gives the
exact definition of multiple inheritance.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc api?
What exactly is a .class file?
Are variables stored in ram?
What is array length in java?
Is 0 true or false in java?
Can you make a constructor final?
What is difference between public static and void?
What is the major difference between linkedlist and arraylist?
Is arraylist ordered in java?
What about instanceof operator in java?
What is numeric data type?
What is the difference between method overriding and overloading?
What is java oops?
What is an 8 bit word?
What is java dot?