Class A extends Class B but Class A also inherit Super Class
Object so it is multiple inheritence give reason in support of
your answer
Answer Posted / sandhya reddy
For every class, Object class is the super class.
class A extends class B and at the same time class A is sub
class of object class and super class of class B. But class
B is only sub class of Class A. SO here MultiLevel
Inheritance is happening not multiple inheritance happen.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between null and void?
What is the difference between throw and throws in java?
What is the benefit of singleton pattern?
Can you explain the cs option of java interpreter?
Why do we override tostring method in java?
What is final int?
What value is a variable of the string type automatically initialized?
Does java map allow duplicates?
Explain 5 features introduced in jdk 1.7?
Why is method overloading not possible by changing the return type in java?
What is json parser in java?
what is the purpose of using rmisecuritymanager in rmi?
What is the differences between heap and stack memory in java? Explain
What is a nullable field?
What is double word?