Even a pure virtual function can have definition, I was not knowing this. Thank you sir. Your videos are just amazing. Keep on posting videos related to C++ Sir.
Amazing…I didn’t know we can give body for pure virtual fn…your tutorials are amazing n there is always something new to learn from your videos even after knowing the concepts🙏🏻
Thanks a lot for the new Year video. Its been quite long to see you man, How are you doing. HNY 2021. Learnt a lot form your video series. Please keep posting videos on System design, OOD Design as well as these are quite a market boom topic for the FANG! .Thanks
But default means it should be able to be called if Derived class is not providing that definition but that's not the case here. Actually Derived class have to provide the definition otherwise we can't create the instance of Derived class. Hope you got it!! Let me know if you need more help..
Dear sir, concept of virtual functions holds same for virtual class also like vptr and vtable? Could you plz give us idea on virtual base class internal working like diamond problem?
you said in the previous video that you are going to show how compiler changes the code when you use virtual keyword and what is virtual pointer, virtual table etc. But you did not :(
Your CPP series is just a lifesaver!
Thanks man..
One of the best explanations I have found here regarding intimidating C++. Learned a lot from your content. My best wishes to you.
Thanks dude..
Even a pure virtual function can have definition, I was not knowing this. Thank you sir. Your videos are just amazing. Keep on posting videos related to C++ Sir.
Good to know this.
I didn't know that we can define pure virtual function in base class...Thank you
Glad it was helpful!
Amazing…I didn’t know we can give body for pure virtual fn…your tutorials are amazing n there is always something new to learn from your videos even after knowing the concepts🙏🏻
More likes and subscriber you should have... very clear and crisp explanation at right pace...
I didn't knew it..
Thank you so much for this channel and knowledge sharing.
More power to you ✌
Most underrated channel brother for the kind of explanation you give
Thanks brother
i didn't knew body of pure virtual function. thanks
Glad it helped..
9:43 you absolutely deserves "like" for this and yes you got it!
Thanks man...
Thanks a lot for the new Year video. Its been quite long to see you man, How are you doing. HNY 2021. Learnt a lot form your video series. Please keep posting videos on System design, OOD Design as well as these are quite a market boom topic for the FANG! .Thanks
Sure man .
why u have not uploaded more videos on virtual function
Actually i had prepared to shoot and then somehow i lost my notes, then this is postponed, i will plan quickly, as so many people are demanding this.
any video you have for vtble and vptr ?
gyan ka bhandar you are best !!
My pleasure.
A pure virtual function can have definition, I was not knowing this. Thank you sir.
After a long time 😁
Yes.. 😀
i'll definitely support you on patreon !!
Thanks dude..
Good to see you're back 😊
Thanks man..
much better then code with harry c++ tutorial vdo
thnk you sir
Thanks man..
If we define the definition to pure virtual function, it means that definition behaves as default and changed in child classes if required ??
But default means it should be able to be called if Derived class is not providing that definition but that's not the case here. Actually Derived class have to provide the definition otherwise we can't create the instance of Derived class. Hope you got it!!
Let me know if you need more help..
Dear sir, concept of virtual functions holds same for virtual class also like vptr and vtable? Could you plz give us idea on virtual base class internal working like diamond problem?
Can we have a series on Socket Programming ...?
Great information
But vptr n virtual table concepts are not covered in this series
I am not able to find your video on virtual table and virtual pointer
It's because i have not given that yet.
will push in few days.
i got my setup back.(back to Banglore)
@@CppNuts Thanks, I will wait for the same :-)
Good One, Sir Why Reference is created of abstract Class while reference is just alias name ?
How did you call Animal::move in derived class which is not static function.
Because animal class is inherited bro....
Thanks, Bro for Knowing us new things
@CppNuts what do you prefer Joining your Pro on youtube or donating on your patreon??? .......... I will do whichever You want...
Hi @Vaibhav I would prefer patreon as its processing charges are less.
Thanks for considering..
U r awsm really 🥰
Thanks man..
Hey Rupesh , after long time . What happened any problems there. Thanks for uploading.
No issue, I am at hometown so delayed.
Thanks for asking.
Thanks brother
After a long time. Welcome back.
By the way your voice changed a bit heavy tone.
Thanks man..
Sound would be an issue, i am not using my own setup, it's my brother's.
@@CppNuts to answer your question: yes, I always thought that pure virtual function doesn't have a body lol. I was wrong.
Nicely explained!
Glad it was helpful!
The animls who eat( veg) only = herbivores,
Who eat (non veg )= carnivores,
Who eat both =omnivores.
I loved this stuff...
Thanks man..
Can you do a video on virtual table and vptrs
Sure..
Sir please make a video on vptr and vtable
i didn't knew that.. thankss :)
Happy to help!
This was new for me
you said in the previous video that you are going to show how compiler changes the code when you use virtual keyword and what is virtual pointer, virtual table etc. But you did not :(
bhai content 1 number hota h tumhara bus advertisment thodi kam kar lo focus kharab ho jata h
Ok..
I will take care next time.
Thanks man..
Hey Rupesh,
Thanks for the video.
Can you please make one video covering vtable and vptr topic only.
Thanks
More power to you ✌
Sure man..
that snake is a snack (✿◠‿◠)
😳I was not knowing that
😀 honest..
Is no body gonna mention 'Snack'?
i am here after a year
I don't know that pure virtual function body can be created
that's how interfaces work in C++. I'm a java guy
Yes.. :D
I didn't know that
Glad to you..
🔥
I knew
❤
its snake not snack
don't know thanks
Welcome..
@@CppNuts can we see back tracking problems