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
Explain about abstract classes in java?
What is the advantage of functional interface in java 8?
How does compareto method work?
What is merge sort in java?
What do you mean by synchronized non access modifier?
Name component subclasses that support painting in java programming?
What are loops in java?
Does constructor return any value?
Which method cannot be overridden in java?
How do you define a method?
Is java an open source?
What is complexity and its types?
What are different access specifiers in java? Explain
What is Classloader in Java?
Why are the methods of the math class static?