Programming Languages
Java
True_false
Sep 24, 2025
Java supports multiple inheritance through classes.
Detailed Explanation
False. Java does not support multiple inheritance through classes to avoid diamond problem. However, it supports multiple inheritance through interfaces.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts