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
Does java trim remove newline?
Explain about wait() method?
Write a program in java to find the maximum and minimum value node from a circular linked list.
what is thread? What are the high-level thread states? : Java thread
What is mnemonic in assembly language?
Explain the difference between map and flatmap stream operation?
When do we use hashset over treeset?
How the interruptible method gets implemented?
Is there a sort function in java?
how its run?
Does constructor creates the object ?
What is a void in java?
What are the main uses of the super keyword?
how to prepare for IT Officers Interview in Banks
What is a default constructor and also define copy contrucyor?