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
What is isa relationship?
Which methods are used during serialization and deserialization process?
State the main difference between c++ and java?
What is meant by call by reference?
What is generic class?
write a program that list all permutations of ABCDEF in which A appears before B?
Why deletion in linkedlist is fast than arraylist?
Where is the singleton class used?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is unicode used for?
Explain the meaning of java applet.
What is scope of a variable?
What do you understand by garbage collection in Java? Can it be forced to run?
Is static a keyword in java?
What does n mean?