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 high level language in computer?
When do you call copy constructor?
Why is it called a string?
What is the difference between the final method and abstract method?
When do we use hashset over treeset?
Differences between C and Java?
What are the advantages of encapsulation in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is the difference between stringbuffer and stringbuilder class?
What do you mean by JVM?
What are the two ways in which thread can be created?
What is the purpose of format function?
State some situations where exceptions may arise in java?
What is percentage in java?
What is tochararray in java?