You can’t create an object of an abstract class type. However, you can use pointers and references to abstract class types. You create an abstract class by declaring at least one pure virtual member function . That’s a virtual function declared by using the pure specifier ( = 0 ) syntax.