No video

C++ OOP (2020) - What are constructors and class methods? How to use them?

  Рет қаралды 220,690

CodeBeauty

CodeBeauty

Күн бұрын

In this video, I'm explaining when, why, and how are constructors and class methods used.
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
C++ Lambdas e-book - free download here: bit.ly/freeCpp...
Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObj...
🚀📈💻🔥 My Practical Programming Course: www.codebeauty...
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
Download Visual Assist here: bit.ly/WT-CB
I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
Download Ultra Edit here: bit.ly/UE_CB
It is a powerful, secure text editor designed specifically for programmers.
☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. You can use the link below to make a contribution: bit.ly/CodeBea...
However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇
Introduction to OOP - • C++ OOP - Introduction...
If you are a beginner in C++, check out my "C++ for beginners" course: • C++ FOR BEGINNERS (202...
"C++ functions" course:
• C++ FUNCTIONS (2020) -...
Follow me on other platforms:
Instagram 📸 - / truecodebeauty
Twitter 🐦- / truecodebeauty
******INITIAL CODE IS IN THE COMMENTS******

Пікірлер: 336
@CodeBeauty
@CodeBeauty 4 жыл бұрын
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time. #include #include using namespace std; class KZfaqChannel { public: string Name; string OwnerName; int SubscribersCount; list PublishedVideoTitles; }; int main() { KZfaqChannel ytChannel; ytChannel.Name = "CodeBeauty"; ytChannel.OwnerName = "Saldina"; ytChannel.SubscribersCount = 1800; ytChannel.PublishedVideoTitles = {"C++ for beginners Video 1", "HTML & CSS Video 1", "C++ OOP Video 1"}; cout
@user-ry3uo1qh5n
@user-ry3uo1qh5n 4 жыл бұрын
Welcome me 😍 friend.
@CodeBeauty
@CodeBeauty 4 жыл бұрын
@@user-ry3uo1qh5n Hahaha, welcome! 🤗
@user-ry3uo1qh5n
@user-ry3uo1qh5n 4 жыл бұрын
@@CodeBeauty 🇰🇿
@CodeBeauty
@CodeBeauty 4 жыл бұрын
Wow, I'm glad to see that people are watching me on the other side of the world! Қош келдіңіз! ☺️
@user-ry3uo1qh5n
@user-ry3uo1qh5n 4 жыл бұрын
@@CodeBeauty менің KZfaq каналыма үлкен рахмет, мен сізді көргеніме қуаныштымын.🙂
@kathrinlahner5620
@kathrinlahner5620 2 жыл бұрын
Usually, I don't comment...but after three years of programming and finally understanding constructors I want to say THANK YOU🌸- and I mean it!! Your explanations are comprehensible and finally there's a way for me to understand what I'm supposed to do with all that code. Coffee bought☕
@CodeBeauty
@CodeBeauty 2 жыл бұрын
Thank you so much 🥰💞
@TimelyEnlightenment
@TimelyEnlightenment Жыл бұрын
I've read plenty of c++ ebooks and they are very comprehensible, but your way of explaining class and objects in this video is way more comprehensive. Starting with simple way of creating class and then how you can create multiple classes without having to repeat the same codes. This is better than how I learn it in college. AMAZING 👏
@themaskedguy4482
@themaskedguy4482 7 ай бұрын
Can you suggest some good books
@joyceosas7793
@joyceosas7793 9 ай бұрын
Three years already and your videos are still very useful. God bless you, Saldina
@CodeBeauty
@CodeBeauty 9 ай бұрын
🙏💙
@mudmaster9965
@mudmaster9965 2 жыл бұрын
I am really new with programming. The way you teach by comparing old methods with new one is remarkable ! It make me understand about why it happened and why it matter Thank you
@dev.antunes
@dev.antunes 3 жыл бұрын
I understood 100%. Now I see the meaning of the constructors. *Thank you so much, Saldina.*
@CodeBeauty
@CodeBeauty 3 жыл бұрын
Great! I'm happy to help 🤗
@aubreymmotong9550
@aubreymmotong9550 2 жыл бұрын
i used to dread C++ until i started following this channel. Teaching is a s skill. Thank you so much...
@StephenElDrago
@StephenElDrago 3 жыл бұрын
watched five different videos about classes and your video made it all click, thank you. you saved my life
@yuanyuan23191212
@yuanyuan23191212 2 жыл бұрын
Thanks Saldina. It would be great if you could also cover destructors, virtual destructors, delete, and related dynamic memory parts when you have time in future.😀
@belloemmanuel4878
@belloemmanuel4878 6 ай бұрын
I like that you adopt this "show me the problem with something" before you introduce the new concept that was meant to be the solution.
@rudradev3873
@rudradev3873 2 жыл бұрын
Thank you so much for these gems. Helps me to become exponentially better in programming, maybe I'll top my branch this semester.
@CodeBeauty
@CodeBeauty 2 жыл бұрын
Wow, good luck, I'm so glad to hear that top level students are learning from my channel 😃😃
@subratadas9772
@subratadas9772 2 жыл бұрын
everyone who do such works,give time ,and bring such content is worthy to be appreciated,plz bring data structures too.
@natnaelhabtamu2799
@natnaelhabtamu2799 3 жыл бұрын
I just want to say thanks and i just want to let you know that you are making huge difference in many people. love you from ethiopia
@phungat6621
@phungat6621 3 жыл бұрын
I have to admit that your video is absolutely clear. Thats why I choose to watch your video despite language difference
@stephenjames5745
@stephenjames5745 3 жыл бұрын
This series is terrific! Thank you.
@CodeBeauty
@CodeBeauty 3 жыл бұрын
🤗🥰
@MatthewJohnson-yc7nx
@MatthewJohnson-yc7nx 2 жыл бұрын
I appreciate your hardwork to make these videos at 3am. I have had more success with your videos gaining practice and understanding foreign concepts.
@CodeBeauty
@CodeBeauty 2 жыл бұрын
🥰🥰🤗
@WestCoastWanderer
@WestCoastWanderer 4 жыл бұрын
Just stumbled on your site Saldina. Great to see so many C++ videos! Thanks for producing these. :) Looking forward to checking more of these!
@CodeBeauty
@CodeBeauty 4 жыл бұрын
C++ has a special place in my heart, so I decided to start my channel with C++ tutorials ☺️
@WestCoastWanderer
@WestCoastWanderer 4 жыл бұрын
@@CodeBeauty lol I can tell you're passionate about it. I have been reluctant to dive in since I'm dreading learning about pointers but hopefully you will cover that section soon :)
@mikegenco9646
@mikegenco9646 Жыл бұрын
One of my favorite songs is Baker Street by Gerry Rafferty. A side note on terminology, I have heard the different arguments in an overloaded function called the function's signature.
@asandro78
@asandro78 5 ай бұрын
Finally, after some weeks in classroom I am able to get the concepts of OOP. Good work, Salina. Keep going on with more and more videos, sharinh knowledge.
@WintaRussom
@WintaRussom 3 жыл бұрын
Thanks a lot! I love your explanation and the way you've used relatable class's name and objects ☺️
@roberte.o.speedwagon114
@roberte.o.speedwagon114 2 жыл бұрын
Aaaaa taj naglasak mogu prepoznati u snu. Inace odlicni snimci i nadam se da ces nastaviti sa njima od mene samo reci hvale i podrske
@melody.-.1839
@melody.-.1839 6 ай бұрын
Thank you so much for explaining this, my professor in college blew through this and it's immensely helpful to see your examples! Going to watch this whole series of videos
@miaflorida9410
@miaflorida9410 8 ай бұрын
I really wanna thank you because i am really struggling with C++ and your instructions are so clear and your verbalism, the way you talk is also great and understandable. All these coding videos there's always some guy who is indian and speaking with a terrible accent so i can't really understand from them sometimes (english is my second language) you saved me really! subscribed
@user-ny8hh7vc7h
@user-ny8hh7vc7h 4 ай бұрын
You are indeed the software developer keep it up!!!!
@TRUTHSTUDENTSVIDEO
@TRUTHSTUDENTSVIDEO Жыл бұрын
I do wish the volume was a little louder on a cpl of videos, each time a commercial comes on its so loud lol! Totally worth it tho, these videos are rad! Imho
@mayureshharihar2557
@mayureshharihar2557 2 жыл бұрын
Feeling very lucky after found this channel 😇
@abdullahlahore7416
@abdullahlahore7416 5 ай бұрын
you've made programming looks so easy. More power to you girl.
@damianeesa
@damianeesa Ай бұрын
I love ur videos!! It'll really help me with my finals🌸
@heeDeer
@heeDeer 2 жыл бұрын
I dont usually comment on videos but this really helped. Im very new to programming and struggling alot and this video really helped me understand constructors. THANK YOU!
@raykos4257
@raykos4257 2 жыл бұрын
Great tutorial! So clear and well paced!!!
@michelmoncada22
@michelmoncada22 Жыл бұрын
my TA recommended you THank you Belen and thank you it was really helpful
@CodeBeauty
@CodeBeauty Жыл бұрын
🙌🥰
@erende44
@erende44 2 жыл бұрын
best explanation I found so far, thanks!
@ib_parametres724
@ib_parametres724 Жыл бұрын
Nice explanation of the concept with example, thanks.
@erenjaeger__1
@erenjaeger__1 Жыл бұрын
THANK U MAM 🙇‍♀️ LOVE FROM INDIA❤️
@ashenhewavithana9479
@ashenhewavithana9479 3 жыл бұрын
Fav songs, wind of change - scorpions, creep - radiohead, every breath you take - the police, drops of jupiter - train.
@hamzehidris6340
@hamzehidris6340 2 жыл бұрын
Thank you very much your videos are very helpful! I stopped go to my classes in uni and instead I'm watching your videos and learning much more!
@clakker9412
@clakker9412 Жыл бұрын
I love you so much really thankkk you!!!!!!!!!!!!!!!!! finally i found someone who teaches really REALLY WELLLL
@user-vw9mp3xn6m
@user-vw9mp3xn6m Жыл бұрын
Thank you for this video, I think you understand where I am having difficulties better than any other coding channel so I always look for your videos first now haha
@nicolascrespo4643
@nicolascrespo4643 2 жыл бұрын
Thank you! Much appreciated. This series are great!
@ziam4393
@ziam4393 3 жыл бұрын
What can I say other than my jaws only dropped in amazement at how you easily delivered this.
@shdyo
@shdyo 6 ай бұрын
Great explanation, very clear! Only complaint is no dark mode 9/10
@CodeBeauty
@CodeBeauty 6 ай бұрын
Complaint adopted! I started using dark mode in my later videos 😃👋
@shdyo
@shdyo 6 ай бұрын
@@CodeBeauty Thank you! This is a great resource for learning!
@epj_oficial
@epj_oficial Жыл бұрын
My favorite song is Circe's Spell from Kalidia band. Kisses from Brazil, Saldina...
@CodeBeauty
@CodeBeauty Жыл бұрын
Muitos beijos para o Brasil 🥰❤️
@diogopocas7943
@diogopocas7943 Жыл бұрын
Thank you so much. I had so much trouble understanding this in class
@user-zj9pq5xc7x
@user-zj9pq5xc7x Жыл бұрын
excellently explained. thank you!!
@mexxiano
@mexxiano 3 жыл бұрын
There is hundreds of favourits songs... but you inspired me to one special: Passengers - Miss Sarajevo (Concert Version). Thank you for your time! It's a pleasure to see yours videos. Very clear. Very usefull. Very beuty code to code beauty. Regards from Argentina!
@gagef4101
@gagef4101 Жыл бұрын
Little late but my favorite song is Beast of Burden by The Rolling Stones. Thanks for your videos!
@leonardopantoja7121
@leonardopantoja7121 3 ай бұрын
Te felicito por tu Canal. Explicas muy bien. Voy a hacer todo el curso. Espero aprender todo. GRACIAS.
@jakkdlaw
@jakkdlaw 3 жыл бұрын
to be honest you put my teachers to shame
@cmgeolo
@cmgeolo 3 жыл бұрын
I can’t agree with you more. I question what I’m paying for.
@leythecg
@leythecg 11 ай бұрын
Great tutorial! Many thanks!
@jasnarmstrng
@jasnarmstrng Жыл бұрын
So far, so good 🙂 ... Song: Where I am - Freetown Collective.
@Farjanamoon-no7ok
@Farjanamoon-no7ok Жыл бұрын
you are really a great tutor
@bushraw66
@bushraw66 2 жыл бұрын
that is exactly what I was looking for, very helpful. thank you so much
@leonraicevic1360
@leonraicevic1360 Жыл бұрын
Thank you, great videos! My two fav songs will be Fleetwood Mac - Dreams and ofc The Hooters - Johnny B!
@zainatta7544
@zainatta7544 7 ай бұрын
Thank you so much. I finally understand constructors
@athanusri8337
@athanusri8337 Жыл бұрын
miss saldina.. you made my day .. thank u so much
@261-monishg2
@261-monishg2 2 жыл бұрын
after lot of vedios and finally found the perfect one!!!!!
@user-dw2xj7qm2n
@user-dw2xj7qm2n 2 жыл бұрын
Very clear && easy to understand, thank you!
@utku495
@utku495 2 жыл бұрын
Great, comprehensible video! Good job👍
@harshitkhanna1918
@harshitkhanna1918 2 жыл бұрын
U just got a sub great job explaining ☺️
@Nussrat02
@Nussrat02 3 жыл бұрын
Flipsyde - one more trip The guitar solo 😍😍
@CesarAugustoRL
@CesarAugustoRL 3 жыл бұрын
You are an excellent teacher, thank you very much!
@iwankalinow7028
@iwankalinow7028 6 ай бұрын
Clear and simple. Thanks🌹
@saadullahgulshan50
@saadullahgulshan50 2 жыл бұрын
@CodeBeauty you teaching methodology is good I like you, your voice, and teaching methodology
@saadullahgulshan50
@saadullahgulshan50 2 жыл бұрын
@CodeBeauty : my one comment is hide ???? Why and where is your reply 😢😢😢😢😢😢😢😢😢😢😢😢😢 😂😂😂😂💕💕💕💕💕💖💖💖💖
@vicky404_vicky
@vicky404_vicky 4 жыл бұрын
Clear explanation, pls do more videos in c++
@yifeiren8632
@yifeiren8632 2 жыл бұрын
Your videos are really helpful! Thanks a lot!!
@madalinavarga3337
@madalinavarga3337 3 жыл бұрын
Hi! Amazing tutorials,i watched only two ,for the moment, and i really like its.
@shubhanshsingh
@shubhanshsingh Жыл бұрын
Brilliant, Excellent, thanks so so muchh !!!!
@Selinzik_CEO
@Selinzik_CEO 2 ай бұрын
The song is called "Paradise by Lil Uzi Vert"....Please listen to it when you're driving and there's a sunset.
@DiamondDavid55
@DiamondDavid55 3 жыл бұрын
Appreciate your work. easy to understand
@SophoniaLetsoalo-w3p
@SophoniaLetsoalo-w3p Ай бұрын
Magnificent 🎉
@blub.lubber5171
@blub.lubber5171 Жыл бұрын
How you gonna casually drop a Scorpions song I've never heard before? Good tune
@CodeBeauty
@CodeBeauty Жыл бұрын
Love that song ❤️🥰
@kiniwetin2144
@kiniwetin2144 2 жыл бұрын
Thank you for the awesome videos and contents. Since I learn a lot through commenting code lines; I am pleading that you include the comments for learners like me. Thank you for the great work!!!!!!
@ankursingh9214
@ankursingh9214 2 жыл бұрын
Thank you my new mam for teaching c++ in very simple and easy way. I am from India .so, Language becomes more barrier for me but in your case I didn't feel like this due to your easy way of teaching and making the things related us by giving perfect example once again Thank you so must...
@jianhe
@jianhe 2 жыл бұрын
you explained why very well. Thanks.
@sammy949
@sammy949 3 жыл бұрын
Thanks a lot! Your example choose very good.
@firstlylast5890
@firstlylast5890 7 ай бұрын
understood, but, a light theme, really!
@carlasanchez4349
@carlasanchez4349 Жыл бұрын
Really clear video - thank you
@eminbaybarstimurstudent3802
@eminbaybarstimurstudent3802 3 жыл бұрын
Such a great video. It was a great practice.
@ksanavengsar4050
@ksanavengsar4050 Жыл бұрын
Rammtein ❤ thank you so much for video
@nicholascureton933
@nicholascureton933 2 жыл бұрын
There are a lot of songs I like. Some of them are... " Making love out of nothing at all " by Air Supply. " Man Against the World" by Survivor. " Take me to your heart " by MLTR. "Take me home , country road" "Nessun dorma"by Pavarotti. "Canon in D " by Pachelbel. "Anno 1404 When Culture Meet". It's a game song. "Anno 1800 Hush" . "Anno 2070 A Future Named Hope " "Never Enough" , The Greatest Show Man movie song. "No time for cautions" Interstellar movie song. "Pirate of the Caribbean" movie song.
@ednakazuya12
@ednakazuya12 3 жыл бұрын
My favorite bands, Mathew Sweet, NOFX, Face to Face, Tokyo Jihen, and Third Eye Blind
@gadgeting6039
@gadgeting6039 3 ай бұрын
Thanks!
@CodeBeauty
@CodeBeauty 3 ай бұрын
Thank you! 🥰🥰
@VladRudnyk
@VladRudnyk 3 жыл бұрын
Hi, why are you placing: system("pause>0"); at the end of the code, what does it do?
@CodeBeauty
@CodeBeauty 3 жыл бұрын
kzfaq.info/get/bejne/jMl8gK923JrXnmw.html 🤗🤗
@mantra3930
@mantra3930 4 ай бұрын
My current favourite song is Lament by nick cave and the bad seeds
@limelemonada
@limelemonada 4 ай бұрын
A literal lifesaver
@CodeBeauty
@CodeBeauty 4 ай бұрын
🥰🥰
@Zabi281
@Zabi281 Жыл бұрын
Very good video 📸 deserve likes and subscription.
@0240tutor
@0240tutor 11 ай бұрын
Saldina, watching your wonderful video, probably you should have used vector, you did not delete anything from the middle of the list, so effectively this can be a vector here, since it saves on memory against a linked-list, with love.
@ashrsfsiliman452
@ashrsfsiliman452 3 жыл бұрын
Thank you for your great job
@CodeBeauty
@CodeBeauty 3 жыл бұрын
🥰🤗
@nauj8316
@nauj8316 3 жыл бұрын
My way by Frank Sinatra it's one of my favourite songs and My Favorite Things by John Coltrane.
@krishna_3406
@krishna_3406 5 ай бұрын
you should deserve more subscribers ☺
@namoralthy1067
@namoralthy1067 2 жыл бұрын
What a great video! Your explanation is very good
@PrasadPatil-eg1lo
@PrasadPatil-eg1lo 3 жыл бұрын
Woah its great thnx saldina✌🏻
@CodeBeauty
@CodeBeauty 3 жыл бұрын
☺️🤗
@1conscience0dimension
@1conscience0dimension 3 жыл бұрын
really a great video well structured. you have a great future but don't believe the hype
@polatonur6476
@polatonur6476 4 ай бұрын
I have a midterm tomorrow and let's see if you can save me. :D
@CodeBeauty
@CodeBeauty 4 ай бұрын
Good luck 🤞
@timobreumelhof88
@timobreumelhof88 8 ай бұрын
Great series, thank you.. FYI Song.Title = "Kerosene", Song.Artist = "Big Black"
@salahhoraichi9618
@salahhoraichi9618 3 жыл бұрын
Good thank you.i follow you from italy
@anotherryderinthestorm9568
@anotherryderinthestorm9568 4 жыл бұрын
Thanks again for the great video tutorial. So many good songs... one that comes to mind is Little Wing by Jimi Hendrix. The SRV instrumental is legendary, it's on youtube.
@subee128
@subee128 2 жыл бұрын
Thanks
@alexjulius69
@alexjulius69 2 жыл бұрын
Thanks, explained perfectly
@ceren6312
@ceren6312 Жыл бұрын
It's litterally years later but I really like Taylor Swift- Sweet Nothing and You're on Your Own Kid. Also Hikari Are from Burnout Syndromes. By the way I LOVE YOUR VIDEOS YOU ARE GREAT AT THIS ehehehheh
C++ OOP - What is encapsulation in programming?
11:21
CodeBeauty
Рет қаралды 140 М.
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 18 МЛН
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 345 М.
Friend functions and classes in C++ (Programming for beginners)
18:18
how Google writes gorgeous C++
7:40
Low Level Learning
Рет қаралды 854 М.
Master Go Programming With These Concurrency Patterns (in 40 minutes)
46:15
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 18 МЛН