Answer Posted / tarun
I want to make sure that The answer provided by Tewodros
Tesema is an example of multilevel inheritence not multiple
inheritence which is supporte by java and it is true.
But Java does not supports multiple inheritence. In the case
of Interface we can inherit multiple interfaces by
sepertaing them with comm(,). But a class can inherit a
single class at a time.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the similarity between dynamic binding and linking?
Can arraylist hold different types java?
What are the four versions of java?
when to use ArrayList and when to use HashMap in webApplication.
What do you mean Abstraction in java?
Explain what is encapsulation?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is a dynamic array in java?
What is package protected in java?
How to add menushortcut to menu item?
Can you sort a string in java?
Is assembly language a low level language?
What does += mean coding?
What is getkey () in java?
What restrictions are placed on method overriding?