Java does not support multiple inheritance.
how interface helps in the same?
Answer Posted / narmada nelluri
Java does not suuport multiple inheritence through classes
we can acheive the same with interfaces that means a class
can implement more than one interface at a time.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
How can I debug the Java security exceptions and AccessControlExceptions?
how we can create packages in java?
Is a boolean 1 bit?
What is a treeset class?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is java in detail?
Print Vertical traversal of a Binary Tree.
what are the methods in object?
What is update method called?
What is a final class in java?
What are the types of casting?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Why java is object oriented?
What are packages in java?
Why java is not 100% object-oriented?