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
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 |
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 |
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 |
What are synchronized blocks in java?
Can we force garbage collector to run ?
What does the “final” keyword mean in front of a variable? A method? A class?
How do you convert int to char in java?
Why is a singleton bad?
What is the difference between compiler and jvm?
What is the difference between static (class) method and instance method?
What is the abstraction?
how to print the below in java?thanks in advance.... * * * * * * * *
How do you override a variable in java?
how to connect one jsp page to another jsp page????
What is meant by object oriented programming – oop?