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 / 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 |
Post New Answer View All Answers
What is the difference between pass by reference and pass by pointer?
Is alive in java?
What is a module function?
What is function declaration?
What are the three parts of a lambda expression?
define polymorphism in java
What is a lock or purpose of locks in java?
What is an inner class in java?
How can we run a java program without making any object?
Where is the singleton class used?
What is the base class for error and exception?
Explain about static imports in java?
Which is best ide for java?
What is a line separator in java?
What happens when main () method is declared as private?