0
why we use classses and what the work of classes in c++
why we use classses and what the work of classes in c++
1 ответ
+ 2
Classes permit tha you can represent your code in Objects.
The possible methods or attributes your object needs you should be specified in your class.
In an simple way classes serves to organize your code.