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

Answers were Sorted based on User's Feedback



Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / srinivas

class A extends class B so that class A points the object
of object class through class B object. there fore it will
be called as maltilevel inheritence but not multipul
inheritence.

Is This Answer Correct ?    10 Yes 2 No

Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / 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

Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence ..

Answer / skpttanayak

How come classs A be super class of class B dear...Class b
is not the subclass here...but superclass.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the use of isempty in java?

0 Answers  


Can we create constructor in abstract class ?

0 Answers  


What do you understand by the bean persistent property?

0 Answers  


What is mvc in java?

0 Answers  


Write a program to search a number in the given list of numbers.

0 Answers   Honeywell,


What are the performance implications of interfaces over abstract classes?

1 Answers  


What is the difference between abstract class and interface?

3 Answers   Aspire,


Which package has light weight components?

0 Answers  


What do you understand by abstract classes?

0 Answers   HCL,


What is an Exception ?

10 Answers  


What exactly is java?

0 Answers  


What is string array?

0 Answers  


Categories