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


Please Help Members By Posting Answers For Below Questions

What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

500


What is nested top-level class?

573


What is the importance of hashcode() and equals() methods?

572


Which sorting is used in arrays sort in java?

581


Is call by reference possible in java?

527






Explain about public and private access specifiers?

528


How we can make copy of a java object?

644


Can we inherit a class with private constructor?

564


What is difference between word and integer?

588


why java uses class level type casting ?

2245


State the difference between strings and arrays.

593


How many characters is 2 bytes?

522


What does || mean in vectors?

469


What are the different ways of creating thread?

564


What are methods in java?

532