Answer Posted / venkatachalapathy
Java doesn’t provide multiple inheritance (MI), at least
not in the same sense that C++ does. Like
protected, MI seems like a good idea but you know you need
it only when you are face to face with a
certain design problem. Since Java uses a singly-rooted
hierarchy, you’ll probably run into fewer situations in
which MI is necessary. The interface keyword takes care of
combining multiple interfaces.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is java a compiler?
What is class??
Can we sort a map in java?
What is the core java?
What is meant by interface?
What do you mean by aggregation?
Differentiate between static and non-static methods in java.
What is the collections api?
What is difference between jdk,jre and jvm?
when should you use stringbuilder class in a program?
What are voids?
How do you sort arrays in java?
what is synchronization and why is it important? : Java thread
When can you say a graph to be a tree?
What is the function of java?