What is the class i…
 
Notifications
Clear all

What is the class in C++?

1 Posts
2 Users
0 Likes
157 Views
0
Topic starter

What is the class in C++?

1 Answer
0

In object-oriented programming, a class is a template definition of the methods and variables in a particular kind of object. Thus, an object is a specific instance of a class; it contains real values instead of variables.

Share: