1.

What Is A C++ Class?

Answer»

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.

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.



Discussion

No Comment Found