which of the following statements about an abstract class is not true? group of answer choices it cannot include the definitions for any functions. it cannot be used to create an object. it can be inherited by other classes. it must include at least one pure virtual function

Respuesta :

These two statements are true about an abstract class  it can be inherited by other classes.  it cannot include the definitions for any functions.

What does "abstract class" mean?

  • Objects cannot be created using the restricted class known as an abstract class (to access it, it must be inherited from another class).
  • The abstract method has no body and is only applicable to abstract classes.

What purpose does an abstract class serve?

  • If you want to give all component implementations a common, implemented feature, you use an abstract class.
  • When compared to interfaces, abstract classes allow you to partially implement your class while interfaces would have no implementation at all for any of the members.

Learn more about abstract class

brainly.com/question/13072603

#SPJ4