Which are the nominalizations?
The class keyword declares a class type or defines an object of a class type. The elements of a class definition follow:
tag Names the class type. The tag becomes a reserved word within the scope of the class.
base-list Specifies the class(es) from which the class is derived.
member-list Declares the members or friends of the class.