What is multiple inheritance & can we implement it in java?
Answer Posted / jyoti
multiple inheritance means for onr sub class there are more
than one base class.
that means derive class inherits from more than one class
simultaneaously.
no java does not support multiple inheitance.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the internal implementation of set in java?
What is ternary operator? Give an example.
What is the memory leak in java?
What is thread life cycle?
What is deserialization?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What are the ways in which a thread can enter the waiting state?
What is a jagged array in java?
Is math class static in java?
What is the reason behind using constructors and destructors?
What is the point of java?
What is the basic of java?
Is 0 a prime number?
What is rule of accessibility in java?
Why we used vector class?