Home »
MCQs »
Java MCQs
Which of the following inheritance of class is invalid in Java?
67. Which of the following inheritance of class is invalid in Java?
- Single
- Multiple
- Multi-level
- Hierarchical
Answer: B) Multiple
Explanation:
Java doesn't allow multiple inheritance.