Which of the following is used to define a class in C++?

Explanation:
C++ classes are defined using the class keyword.