--%>

What is Single inheritance

Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.

   Related Questions in Programming Languages