0 votes
in C Plus Plus by
What is a Class?

1 Answer

0 votes
by

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

In general, class acts as a blueprint of a project and can include in various parameters and functions or actions operating on these parameters. These are called the members of the class.

Related questions

+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian
+1 vote
+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
+1 vote
asked Jan 20, 2021 in C Plus Plus by SakshiSharma
...