Home » Interview » Technology

What is an abstract class?

Correct Answer: An abstract class is an incomplete class An abstract class is defined with the keyword abstract We cannot create an object of the abstract class because it is not complete It sets a behavioral protocol for all its child classes

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion