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