+ 1
why we use class?
3 Antworten
+ 1
A class is used to specify the form of an object and it combines data representation and methods for manipulating that data into one neat package. The data and functions within a class are called members of the class.
+ 2
Well, c++ is an object oriented programming language, that's why.