Q. What does a class contain in C++?
β
Correct Answer: (C)
Data and Functions
Explanation: Classes in C encapsulate all the data and functions associated with them for manipulation purposes.