Which are the nominalizations?
The class keyword is responsible for the declaration of a class type or the definition of an object of a class type. The elements of a class definition are the following:
tag The naming the class type. The tag becomes a reserved word within the scope of the class.
base-list The specification of the class(es) from which the class is derived.
member-list The declaration of the members or friends of the class.