Relationship between Virtual Functions, Pure Virtual Functions and Abstract Classes in OOP explained

  Переглядів 149,583

CodeBeauty

CodeBeauty

День тому

📚 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.
In this Object-Oriented Programming course, I'm explaining the relationship and purpose of virtual functions, pure virtual functions, and abstract classes.
C++ Virtual functions are functions defined in the base class and redefined in the derived class, whose main purpose is achieving runtime-polymorphism. Virtual functions are defined with the "virtual" keyword in the base class. You can find a detailed explanation and an example in this video, and I'll also show you how the runtime polymorphism achieved by using virtual functions looks like.
Pure virtual functions in C++ (abstract function) in C++ is a virtual function for which we don't write implementation in the base class, but we only declare it. In order to declare a pure virtual function, you need to assign 0 in the declaration
Abstract class in C++ is a class that has at least one pure virtual function. The classes which inherit the abstract class must provide a definition for the pure virtual functions, otherwise, they would be abstract themselves and you wouldn't be able to instantiate them.
The main purpose of an abstract class is to provide an appropriate base class from which other classes can inherit.
🎁 Create Modern Apps, 5x faster, with less code, Download FREE C++Builder Trial: bit.ly/CppBuilderFree
☕ 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. Use the link to make a contribution: bit.ly/CodeBeauty_BuyMeACoffee
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! ❤️😇
Contents:
00:00 - Into
01:21 - Virtual Functions
12:21 - Pure Virtual Functions and Abstract Classes
17:28 - Polymorphism example
🎹 Fun fact, on my language accordion is called "Harmonika" like the word harmony.
Accordion compositions I like: bit.ly/compositionsILike
My favorite composition (The Danube Waves): bit.ly/TheDanubeWaves
Tag me on you Instagram stories:
Instagram 📸 - / truecodebeauty
Twitter 🐦- / truecodebeauty

КОМЕНТАРІ: 434
@CodeBeauty
@CodeBeauty 2 роки тому
📚 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.
@Shad0wBenny
@Shad0wBenny 2 роки тому
I would love to but your page only accepts PayPal. Please consider updating to other payment options.
@battosaijenkins946
@battosaijenkins946 2 роки тому
@CodeBeauty, wow you code everyday like this?! Ur kinda cute!! 😋
@mba2ceo
@mba2ceo 2 роки тому
Plz Provide link for CODE in Description
@juliuscesar4176
@juliuscesar4176 Рік тому
You have explained to me what the book didn't explain. You have helped me create and compile my midterm project. Thank you very much! I wish you the best of success in all your endeavors.😀👍
@Blinkxys
@Blinkxys 5 місяців тому
YOu have an amazing voice, i want to marry you
@MarianSyFy
@MarianSyFy 3 роки тому
None of my University teachers were able to made programming look so easy like you do. Good job on being such a great teacher!
@CodeBeauty
@CodeBeauty 3 роки тому
☺️🤗🧡
@adithyasankar4522
@adithyasankar4522 2 роки тому
The fact that you decided to keep the nostalgia you got apart of this video shows how much effort you put into these thank you so much for these videos
@CodeBeauty
@CodeBeauty 2 роки тому
🥰🥰
@notappi3982
@notappi3982 3 роки тому
Leterally u can beat any professor in teaching skills.
@CodeBeauty
@CodeBeauty 3 роки тому
☺️🤗🧡
@charlesmaganga8430
@charlesmaganga8430 Рік тому
Absolutely
@mashmixture5662
@mashmixture5662 10 місяців тому
Exaxtly
@uwelab6590
@uwelab6590 3 місяці тому
Finally someone who explains things as simple as they are and does not complicate them. Thanks
@Boba0514
@Boba0514 3 роки тому
Thank you so much for this video, I just got my first tech job as a C++ developer, and the only C++ questions during the interview were about virtual functions, so you helped me get the job!
@Lordcarlox
@Lordcarlox 3 роки тому
I'm always amazed how this OOP videos can summarize 1 week of formal programming courses. They are rudimentary, but an ideal start.
@nothingiseverperfect
@nothingiseverperfect 2 роки тому
Oh girl you are blowing my professors and teachers out of the WATER 😭😭😭😭 bless your soul queen 🙌🙌😭😭 I hope you make it to heaven
@CodeBeauty
@CodeBeauty 2 роки тому
Thanks so much ☺️🥰🥰
@michaelisnardi6380
@michaelisnardi6380 2 роки тому
Thank you for teaching the world C++ in logical, bite-size chunks! I am a longtime C programmer and am just getting up to speed on C++. Your course is helping me do that with minimum effort. I was prompted to leave a comment because I too played the accordion when I was young and I too miss playing it!
@hamzah7025
@hamzah7025 Рік тому
YOU ARE AN AMAZING TEACHER. I dont need to check for someone else's tutorial. I am always sure that your tutorial is all I need to understand OOP.
@MatheusA-xo6vc
@MatheusA-xo6vc 3 роки тому
Grateful for your work! 👏🏻👏🏻👏🏻
@CodeBeauty
@CodeBeauty 3 роки тому
Much appreciated! 🙏💙
@hazaonly
@hazaonly 2 роки тому
Thank you Sensei! You taught me passion, patience, precision, peace and Abstract Classes. 🙏 🙇
@sahibpreetsingh8695
@sahibpreetsingh8695 2 роки тому
This teacher has a great art of simplifying things such that even a new student is able to take out the core meaning from her session. Good Job teacher
@-_-5070
@-_-5070 Рік тому
I just loved how clear and confident you are while teaching, pleased that I've found your channel♥️😊
@nikolaystoychev7170
@nikolaystoychev7170 2 роки тому
The most unique video I've ever seen. It is incredibly well explained and completely comprehensive. Well done!
@anmolnuri10
@anmolnuri10 2 роки тому
I was so daunted by what this topic had in stored but you made it really simple to comprend. I appreciate you and your value to the coding community. Thank you !!!
@chanakasworkspace2528
@chanakasworkspace2528 Рік тому
Thanks a lot for this! I watched this video about an hour before my exam and it helped me do what I was supposed to do. Everything's clear and concise. You're a brilliant teacher!
@ashah123123
@ashah123123 3 роки тому
Welcome back after a long break. You are amazing teacher.
@hidemat5141
@hidemat5141 2 роки тому
Saldina, thanks for your videos. I've been trying to learn c++ for so long, but always get deterred and bored. You present c++ in a consumable format. So I'm finally learning it. :)
@dianelysrocha7156
@dianelysrocha7156 2 роки тому
This is so interesting. Thank you for the time you invest on your videos. I come from Java, and I find myself fighting my brain on syntax a lot. Thanks to you that process has become way easier.
@ritika2563
@ritika2563 3 роки тому
Love Ur work. Explanations are never complex , but build from the basic up to total completeness.
@moularaoul643
@moularaoul643 3 роки тому
Your way of teaching is very educational!!! Thank you for this chapter.
@shaboobis9283
@shaboobis9283 Рік тому
Excellent lesson. Your teaching is concise and refreshing.
@adhel-estebanriverarodrigu2234
@adhel-estebanriverarodrigu2234 2 роки тому
And here I was studying and now I just got sidetracked by the accordions... I don't regret it. Thanks for your invaluable help in the videos! You truly have a deep knowledge and talent in teaching programming! Keep up the great work!
@sketchyboi1491
@sketchyboi1491 Рік тому
I must say, I'm so glad I found this video. I was having a really hard time understanding the concept of virtual functions for months. This demotivated me and caused me to take a long break from learning C++. However, after watching YOUR explanation of it, I actually understand the concept now and the purpose of using it. I've had more confidence in learning the language since then. Thanks!
@midastouchh
@midastouchh 3 роки тому
The way you teach c++ makes it more simple... Nice work ma'am.
@michaellundgren6949
@michaellundgren6949 2 роки тому
I watched many c++ tutorials and this was the first video I watched that I allowed me to understood this concept! Thanks!
@CodeBeauty
@CodeBeauty 2 роки тому
That is great to hear 🤗😃😃
@OmgThisssguy
@OmgThisssguy 2 роки тому
Phenomenal teaching, thank you for explaining it so clear!
@khandakerrakibulhasan
@khandakerrakibulhasan 2 роки тому
I really like your teaching style. Your explanation was awesome . 🥰
@mphafineo326
@mphafineo326 Рік тому
❤Cpp getting wayyy better!!!!!
@1tav0
@1tav0 5 місяців тому
Your channel is a goldmine of knowledge thank you so much
@elizabethc.9215
@elizabethc.9215 2 роки тому
Thank you for sharing the accordion story!
@vinayakdhavali1337
@vinayakdhavali1337 2 роки тому
You made it so simple. Thank you 😊
@shibashabatnotski5163
@shibashabatnotski5163 2 роки тому
Thank you so much for such good quality video's! i am currently studying for an exam to the army and your vids present the needed knowledge very well!
@moneynamazi5893
@moneynamazi5893 2 роки тому
Watched so many tutorials about virtual functions. None of them was this good. Awesome example for virtual functions
@veronicas3668
@veronicas3668 Рік тому
Thanks! Your channel is so helpful!!
@edwardoliveira1748
@edwardoliveira1748 10 місяців тому
This helped me alot to understand these. Thank you.
@Hamza-dw4iw
@Hamza-dw4iw Рік тому
This channel should have a million subs
@niteshkoli007
@niteshkoli007 Рік тому
your way of teaching also like pure virtual function forces me to understand the topic easily.😁thank you so much.
@mustafaaltay4920
@mustafaaltay4920 Рік тому
Clear, informative and gorgeous videos. Many thanks for amazing C++ tutorials dear Saldina, greetings from Turkey 👍
@mahmoudmostafa9028
@mahmoudmostafa9028 3 роки тому
With your style, you make learning easier
@CodeBeauty
@CodeBeauty 3 роки тому
🙏💙
@mahmoudmostafa9028
@mahmoudmostafa9028 3 роки тому
@@CodeBeauty 😍😍😍😍😍
@riddhithbanerjee
@riddhithbanerjee Місяць тому
Thanks Saldina...It was a great video ❤❤
@easylearning1207
@easylearning1207 3 роки тому
Finally 😍I was waiting for oop tutorials
@Jabrownie23
@Jabrownie23 2 роки тому
Thanks for sharing the accordion link with the Just Duet channel. It was very amusing to hear the "Super Mario Bros" and "Still Dre" songs. I chuckled a bit seeing how straight their faces looked as they played. I hope you'll continue with your passion in playing the accordion, it sounds like a wonderful instrument meant for a wonderful person.
@harshchandwani9781
@harshchandwani9781 11 місяців тому
Thanks for making such a clear explanation to the virtual and pure virtual function
@dsears
@dsears 2 роки тому
You are a great teacher. Thank you.
@nazmulhaquenahin
@nazmulhaquenahin 2 роки тому
I am just fallen in love the way you teach and your explanation
@cengizhankahraman4326
@cengizhankahraman4326 Рік тому
As an electonics engineering student, I love u r tutorials. Thanks for your nice explanation. greetings from Turkey :)
@unpersonownlife
@unpersonownlife 3 роки тому
The pacing in this video is great! Will you consider doing more in-depth videos about C/C++ internals?
@CodeBeauty
@CodeBeauty 3 роки тому
Yes, absolutely! Thank you! Glad you enjoyed it! 🤗
@dekafmusic
@dekafmusic 11 місяців тому
Your explanation is really superb.
@maytezhou2585
@maytezhou2585 2 роки тому
First time I see you getting so emotional. Sometimes I get emotional like that. And tears just come up from my eyes without noticing. Thank you for the video. You explained it so well. I am learning this on my c++ course at university and this is really helpful!
@jasnarmstrng
@jasnarmstrng Рік тому
The accordion nostalgia bit was a nice touch. Looking forward to creating a concert in C++. Instrument class example 👍
@nielspaulin2647
@nielspaulin2647 Місяць тому
You are an excellent teacher! I myself is a retured university ass. prof and have given many lectures in advanced Java programming among others. I took me several years to be as good as you !!!
@CodeBeauty
@CodeBeauty Місяць тому
Thank you so much! 🥰
@Montahista
@Montahista 2 роки тому
hey, I'm coming from code camp, your lessons it's amazing , I'm Montaha from Libya (north Africa)
@alikhatami6610
@alikhatami6610 2 роки тому
love your videos . they are pretty specific . thank you
@ilkay3359
@ilkay3359 2 роки тому
thank you for all your efforts.
@cmod8099
@cmod8099 11 місяців тому
Like the Fleetwood Mac song goes .... You make learning Fun! Many Thanks.
@hbm293
@hbm293 3 роки тому
The accordion choices are great! The hungarian čardaš remembered me about a passage of Brahms' Hungarian dance n°4
@zaitmartinez5502
@zaitmartinez5502 2 роки тому
Thanks a lot for your teachings!
@jasphercadelina4577
@jasphercadelina4577 2 роки тому
You are currently the best c++ teacher on UKposts University
@francescofaccodelagarda5408
@francescofaccodelagarda5408 3 роки тому
thank you again.. so clear and well explained.. .. btw, I'd LOve to see you playing the accordion!
@s1mplelance964
@s1mplelance964 2 роки тому
Thank u so much for this great explanation!
@mittom7628
@mittom7628 Рік тому
Svaka čast, prepametna i prelepa Mostarko
@CodeBeauty
@CodeBeauty Рік тому
🙏 ❤️
@Sneaky1ne
@Sneaky1ne Рік тому
incredible playlist
@adarshbharti8782
@adarshbharti8782 2 роки тому
Crystal clear topic thanx madam...
@programtin
@programtin Рік тому
the best video i have ever seen about oop 🤞
@alejandromackay3074
@alejandromackay3074 2 роки тому
Thanks!!! Excellent explanation
@korsaretention8846
@korsaretention8846 Рік тому
you are my favorite teacher in C++ i like ur explanation keep going :)
@fernandoalbuquerque6645
@fernandoalbuquerque6645 3 роки тому
Amazing explanation. It's a tough subject for understanding but....you saved my night.
@AnandKumar-dc2bf
@AnandKumar-dc2bf 10 місяців тому
Such a clear explanation, and u have a very nice smile. god bless U....
@naveedullah5314
@naveedullah5314 2 роки тому
its very helpful ... explained in one of the best way.....
@salihbarknakkaya8101
@salihbarknakkaya8101 28 днів тому
It is so nice to see the real BEAUTY OF CODE! Thank you so much for sharing these beneficial informations with us, you literally 100 times better than my profs.
@CodeBeauty
@CodeBeauty 28 днів тому
🥰🥰
@krishnakadadi5394
@krishnakadadi5394 2 роки тому
You made this easy to understand .Thank you :)
@user-yy9zs7ff6r
@user-yy9zs7ff6r 4 місяці тому
Thank you saldina your videos are helping me a lot in my university works.☺
@jojo_v5395
@jojo_v5395 2 роки тому
such a clear and smart explanation. thanks so much
@felipevalles3831
@felipevalles3831 3 роки тому
Nunca había aprendido tantas cosas en tan poco tiempo eres una excelente maestra 😉. Saludos desde Lerdo, Durango. Mx.
@_nabin_8848
@_nabin_8848 7 місяців тому
wow this video clear out all of my confusion related to the virtual function. thanks a lot for that.
@saishraut4139
@saishraut4139 2 роки тому
Thank you so much. Good explanation
@cbc2977
@cbc2977 2 роки тому
Great Video. This was very helpful
@musaddiklalkot3514
@musaddiklalkot3514 2 роки тому
Appreciated the work and teaching skills from India....
@zz22HD
@zz22HD 3 роки тому
Oh wow, well aren't you full of surprises :-) That was quite a fun fact right there.
@CodeBeauty
@CodeBeauty 3 роки тому
🎹🙏💙 Veliki pozdrav za Zagreb! 🇭🇷❤️🤍💙
@vutiendat3601
@vutiendat3601 2 роки тому
I'm Vietnamese. I have ever learned coding from Vietnamese teachers, but I have something to be not understanding. So I decided to learn from foreigner that you. At first, I have to watch and translate at the same time because of my poor English. So now, I got something I didn't understand before. Thank u so much! p/s: your voice is easy to listen to! ❤️❤️❤️
@laurino.
@laurino. 3 роки тому
I'm learning C and C++ in school and i always learn something there and you upload a video about it!! Is amazing, With this videos i understand everything perfectly and learn new things you add :D
@CodeBeauty
@CodeBeauty 3 роки тому
🤗🤞🧡
@RupamSasmalYt
@RupamSasmalYt Рік тому
Great explanation !
@mahmoudmostafa9028
@mahmoudmostafa9028 3 роки тому
Thanks for your efforts
@bigpanda9928
@bigpanda9928 2 роки тому
I'm new to classes and objects and your videos are very like very helpful
@hamzatarek6975
@hamzatarek6975 Рік тому
So good and so easy explain , thank you
@moazkingtrailerhub9061
@moazkingtrailerhub9061 4 місяці тому
thx very much this video really helped me alot .. your videos are really easy to understand and very helpful
@anwar6971
@anwar6971 3 роки тому
Thanks. For making things clear
@jiahuili2133
@jiahuili2133 2 роки тому
Very good examples to explain the concept.
@md.saifulislam6528
@md.saifulislam6528 Рік тому
Most convinent one....thanks for making this video.
@bigtymer4862
@bigtymer4862 2 роки тому
Thank you for the clear explanation
@petkopopov2823
@petkopopov2823 Рік тому
heil from Bulgaria :) I'm addicted to your lessons !
@CodeBeauty
@CodeBeauty Рік тому
Здравей 🇧🇬❤️
@ikasugami
@ikasugami 3 роки тому
Ya, I used to play Bassoon in school for a while, and I get nostalgic for that from time to time like when I hear some music with a prominent bassoon part.... Thank you for sharing about playing the accordion!
@CodeBeauty
@CodeBeauty 3 роки тому
☺️🤗🧡
@cbanow
@cbanow 2 роки тому
Excellent interpretation of Argentina. A. Piazzolla - Libertango in your link ... Thank you !!!
@fernaodenoronha
@fernaodenoronha 2 роки тому
A beautiful && excelent teacher.
@MrAkeboshiWind
@MrAkeboshiWind 2 роки тому
Very clear explanation, thank you a lot :)
@hansikathathsarani3762
@hansikathathsarani3762 Рік тому
Today example taken to describe is awesome.
@HerHappyTeachings7717
@HerHappyTeachings7717 2 роки тому
Wow such a perfect explanation, thankyou so much, make more practice questions on c++.
@imSky69
@imSky69 6 місяців тому
the nostalgic accordian part Was really adorable , keep it up mam , u teach very Well , may god reWard u
Friend functions and classes in C++ (Programming for beginners)
18:18
CodeBeauty
Переглядів 101 тис.
the TRUTH about C++ (is it worth your time?)
3:17
Low Level Learning
Переглядів 547 тис.
Virtual Functions in C++
6:45
The Cherno
Переглядів 480 тис.
Virtual Functions & Abstract Classes in C++ | C++ Programming Tutorials
15:12
C++ Operator Overloading beginner to advanced (in-depth explanation)
35:19
Interfaces in C++ (Pure Virtual Functions)
6:55
The Cherno
Переглядів 331 тис.
Abstraction Can Make Your Code Worse
5:13
CodeAesthetic
Переглядів 588 тис.
Abstract Classes And Pure Virtual Functions | C++ Tutorial
11:05
Portfolio Courses
Переглядів 13 тис.
Геймер с самым быстрым интернетом
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Переглядів 389 тис.
Интел подвинься, ARM уже в ПК!
14:06
PRO Hi-Tech
Переглядів 121 тис.
Геймер с самым быстрым интернетом
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Переглядів 389 тис.
Какой MacBook выбрать в 2024 - М1, М2 или М3?
24:56