C++ Programming Tutorial 89 - Encapsulation

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

3:40, that slight nod to world domination

douglasparks
Автор

I don't know what I would've done without your videos. Thanks a lot ❤

MohamedSuliman.
Автор

"Here we have a nice sports car... "






That doesn't have any wheels.
Well, I'd love to see how that works.


Just kidding. Thanks for the tutorial videos!

They really help me out a lot. Keep up the great content.

lisavogel
Автор

You deserve way more viewers
thanks alot!

jesperrehnfors
Автор

Lol, man, I love your sense of humor haha, it definitely makes learning a lot easier

ayrtonestrella
Автор

So basically encapsulation is literally what it means: to encapsulate something from view.

brocklesnarufcchamp
Автор

Does this video cover
- theory?
- Errors that might arise?
- examples?

Usammityduzntafraidofanythin
Автор

customer (string first_name,
string last_name)
{
this->first_name=first_name;
this->last_name=last_name;
}
~custumer()
{
Cout<<" Destructor";
}

abdurrehman
Автор

in which video do you cover access modifiers?

iansmith
Автор

Can you make me one? plzzzz C++ using encapsulation

dianequezon
Автор

data encapsulation to a simpler explanation
you take a random person as a class,

his private stuff not to be shown: his d***, bum.

his public stuff to be shown : his face, clothes, and leg and arms.

そなんですか