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
What is the buffer limit?
What is arraylist e in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Which sorting algorithm is best in java?
How does arrays sort work in java?
What is a lightweight component?
Can a source file contain more than one class declaration?
Explain java heap space and garbage collection?
What is string builder in java?
When we serialize an object does the serialization mechanism saves its references too?
Does java set allow duplicates?
Explain the difference between protected and default access.
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is substring in java?
What is an enumeration?