--%>

Define Class inheritance

Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single inheritance.

   Related Questions in Programming Languages