+ 2
Im just wondering if anyone could help me out with objects and classes w/c++?
I found this one complicated
6 Respuestas
+ 2
What is a Class
Objects are created using classes, which are actually the focal point of OOP.
The class describes what the object will be, but is separate from the object itself.
In other words, a class can be described as an object's blueprint, description, or definition.
You can use the same class as a blueprint for creating multiple different objects. For example, in preparation to creating a new building, the architect creates a blueprint, which is used as a basis for actually building the structure. That same blueprint can be used to create multiple buildings.
+ 1
Thank you uvaish,,,,,,,
+ 1
السلام عليكم و رحمه الله و بركاته
0
وعليكم السلام
0
Mastering Classes in C++ meaning studying outside of SoloLearn. Go to Google Store and down the extra help.
You must look a Encapsulation as part of the process which makes variables private and protected.
Many complex programs are written in C++. The reason goes back to the 1980s when the programming language was called C-Language.
The programs didn't use infinite memory to solves small problems