Why multiple inheritance is not supported in java?
Dec 10, 2024 · 1 min read · What is multiple inheritance ? So whenever the child class inherits the properties from the multiple parent class then it is called as multiple inheritance. Why it is not supported? Let suppose java supports multiple inheritance, so the subclass inhe...
Join discussion