Im just wondering if anyone could help me out with objects and classes w/c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Im just wondering if anyone could help me out with objects and classes w/c++?

I found this one complicated

9th Dec 2017, 9:39 AM
hussein_basha
hussein_basha - avatar
5 Answers
+ 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.
16th Apr 2018, 11:46 PM
Luther Conley
+ 1
Thank you uvaish,,,,,,,
9th Dec 2017, 11:30 AM
hussein_basha
hussein_basha - avatar
+ 1
السلام عليكم و رحمه الله و بركاته
6th May 2018, 10:27 AM
احمد قحطان القحيم
0
وعليكم السلام
6th May 2018, 1:03 PM
hussein_basha
hussein_basha - avatar
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
6th May 2018, 2:24 PM
Luther Conley