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
Explain about anonymous inner classes in java?
What is the final variable?
Which method returns the length of a string?
What are the advantages of assembly language?
What are different ways of object creation in java ?
What are the advantages of passing this into a method instead of the current class object itself?
What are the ways to instantiate the class class?
What is a native method in java programming?
Write a function to find out longest palindrome in a given string?
What is vector?
How is Object Oriented Programming different from Procedure Oriented Programming?
Can I declare a class as private?
What is called module?
How do you use substring in java?
Can a method be static?