a. A class is a template used to create objects.
b. A class can be used to define object types and methods.
c. A class is a blueprint from which we can create an individual object.
d. All of the above.
Answer:
d. All of the above.
Explanation
All the above statements about the class are correct.