Define Abstract class

Abstract class: It is a class with the abstract reserved word in its header. The Abstract classes are differentiated by the fact that you might not directly construct objects from them employing the new operator. The abstract class might have zero (0) or more abstract methods.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.