Interview Questions

What is a class?

C++ Interview Questions and Answers


(Continued from previous question...)

What is a class?

Class is a user-defined data type in C++. It can be created to solve a particular kind of problem. After creation the user need not know the specifics of the working of a class.

(Continued on next question...)

Other Interview Questions