Answers

Question and Answer:

  Home  C++ Programming

⟩ What is a C++ 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.

 118 views

More Questions for you: