Answer Posted / mani.d [wipro]
Java doesn't support mutiple inheritance because
of 'Diamond problem'. The 'diamond problem' is an ambiguity
that can occur when a class multiple intehertis from two
classes that both descend from a common superclass.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How does enum work in java?
What is vector capacity in java?
What does %d do in java?
How many types of variables are there?
What is a methodologist?
Explain the meaning of java applet.
What is the declaration statement?
What are the advantages of exception handling?
What are static methods?
what methods would you overwrite in java.lang.object class?
How many types of gc are there in java?
What are namespaces in java?
What is pre increment and post increment in java?
What is difference between fileinputstream and filereader in java?
What is oop principle in java?