Month: December 2021

  • Home
  • Multiple Inheritance in Java

Multiple Inheritance in Java

Java does not support multiple inheritance directly since it can be causes to ambiguty/diamond problem and multiple inheritance is very complex. Bit strange then what is this article title says.…