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
Can you instantiate the math class?
Difference between current previous versions of Java?
Is java same as core java?
How many bytes is a string?
Can a constructor call another constructor?
What invokes a thread's run() method in java programming?
What are annotations in java?
What is e java?
Can we clone singleton object?
What is string :: npos?
worst case complexities of Quick sort and Merge sort.
What are the two main uses of volatile in Java?
What is better - 'bit-shift a value' or 'multiply by 2'?
Can you declare a private method as static?
Is java a pure object oriented language?