A class whose objects cannot be created is known as a _______ class. 

  • abstract 
  • virtual 
  • static 
  • inline
An abstract class in C++ is a class that cannot be instantiated, meaning objects of the class cannot be created directly. Abstract classes are intended to be inherited by other classes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *