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 an array and an array list?
Mention some features of java?
Can we extend immutable class?
How do you convert bytes to character in java?
what are Hostile Applets?
Explain the protected field modifier?
What are the classes of java?
How we can make copy of a java object?
Explain about strings in java?
State some situations where exceptions may arise in java?
What does the “static” keyword mean?
Why string is immutable with example?
How would you use Bubble Sort to sort the number of elements?
What do you mean Abstraction in java?
What is meant by anonymous class?