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

Explain try and catch keywords in java?

623


What is the final variable?

583


What is double in java?

518


How do you trim a space in java?

502


How can you read an integer value from the keyword when the application is runtime in java? example?

623






What is meant by interface?

565


What is data structure in java?

539


what is an objects lock and which objects have locks? : Java thread

538


What does string intern() method do?

589


Is string a class?

556


How does java enable high performance?

694


What is string made of?

531


what is singleton in java?

600


What are the types of collections in java?

541


Can a class have multiple constructors?

537