How multipleInheritance is possible in java?
Answer Posted / archana
i agree with the answer tat multiple inheritance is
achieved by interfaces,
but the question is
WHAT IF TWO INTERFACES HAVING SAME METHODS THEN WHAT METHOD
IS USED IN CLASSES WHO IS IMPLEMENTING THE INTERFACES?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is thread safe java?
What is the purpose of the strictfp keyword?
Difference between arraylist and hashset in java?
Highest level event class of the event-delegation model?
What are class members by default?
What is meant by flickering?
How we can generate random numbers in java?
Enlist few advantages of inheritance?
What is a container in a gui?
Can each java object keep track of all the threads that want to exclusively access it?
How do you find the maximum number from an array without comparing and sorting?
How do you stop a thread in java?
What super () does in java?
Write a java program that prints all the values given at command-line.
What is the difference between length and length () in java?