Virtual function in c++ | Dynamic Polymorphism | OOPs in C++ | Lec-33 | Bhanu Priya

  Рет қаралды 196,259

Education 4u

Education 4u

Күн бұрын

Пікірлер: 73
@Hanoilangthang
@Hanoilangthang 4 жыл бұрын
Very well explained. Thanks for taking your time, I read my book and couldn't understand clearly, your examples are so easy to follow!
@krakshitagoud3292
@krakshitagoud3292 5 жыл бұрын
Urs teaching on the concepts of oops are very understandable mam... and tqsm mam for making us to learn so easily n clearly..🙏
@RahiqAlMakhtum
@RahiqAlMakhtum 11 ай бұрын
#include using namespace std; class A{ public: virtual void show() { cout
@nsms1297
@nsms1297 10 ай бұрын
After reading your // remarks.. I am able to understand little...
@suryaakhilvittala6966
@suryaakhilvittala6966 6 жыл бұрын
Excellent mam I learned 60% c++ using your videos. Good job
@shreyabingi7772
@shreyabingi7772 2 жыл бұрын
It's to the point explanation!! Thank you
@bensonangatia586
@bensonangatia586 2 жыл бұрын
the best tutorial ive ever had. good job
@minupuri.santhoshreddy7336
@minupuri.santhoshreddy7336 4 жыл бұрын
Thanks for lectures . Content is good. It is useful for many students
@JitCodeHub.
@JitCodeHub. 3 жыл бұрын
Very helpful lecture ma'am abhi bahut intrest aa raha lectur sunker Or aage bhi sari vdo dekhana tsm🙏
@mehrankhan1880
@mehrankhan1880 3 жыл бұрын
Highly appreciated your method of teaching.
@randyramesh5035
@randyramesh5035 5 жыл бұрын
Thanks it's very useful u explained very clearly
@AshutoshKumar-xz9hs
@AshutoshKumar-xz9hs 6 жыл бұрын
In the rule of virtual function 3rd rule you said : they are only accessed by object pointer, but it's not true i think, class A{ public: virtual void show(){ cout
@fahadhassan8749
@fahadhassan8749 5 жыл бұрын
yeah you are true .Like if we want to print the method in the class A through making the object of class B in the "int main()" then the process she is teaching to us is useless.
@aniketsinha101
@aniketsinha101 3 жыл бұрын
Now I can finally code on paper. Thank you
@damanpreetsingh1763
@damanpreetsingh1763 2 жыл бұрын
Thanks mam you explain all the things in very well😊😊
@bihugadgets9267
@bihugadgets9267 2 жыл бұрын
Just awesome ❤️❤️
@Rawatcreater
@Rawatcreater 11 ай бұрын
Very well explain.
@kumarisarita641
@kumarisarita641 5 жыл бұрын
Mam aap bht ache saiii teach krtiii ho......thnq uuu soo much mam.....
@ShivKumar-bc7ob
@ShivKumar-bc7ob 6 жыл бұрын
you way of teaching is very nyc ..thnq mam
@amruthaas3059
@amruthaas3059 6 жыл бұрын
Tq mam.... I understood vry well... Tq fr tht
@mahadevsole4475
@mahadevsole4475 3 жыл бұрын
Nice video my concept is clear ❤️❤️
@hrishikeshsandillya1880
@hrishikeshsandillya1880 Жыл бұрын
Concept clear mam ❤
@DEEPAKSINGH-wv8bx
@DEEPAKSINGH-wv8bx 2 жыл бұрын
This video is nothing but very helpful.
@gorlamanishkumarkmqumwuazl2736
@gorlamanishkumarkmqumwuazl2736 5 жыл бұрын
Nice very good madam ...and tq 😊
@nikitanimbre9205
@nikitanimbre9205 6 жыл бұрын
Mam your videos help me a lot thank you mam very much you are amazing
@fukuyama2252
@fukuyama2252 4 жыл бұрын
So I think the key idea is that while objects of each subclass can be treated as objects of the parent class, methods of these object come from their defining class.
@krishnareddy9742
@krishnareddy9742 5 жыл бұрын
Medam I want the also pure virtual functions please explain it
@suhrabsharifi8913
@suhrabsharifi8913 5 жыл бұрын
Thank you for your helpful teaching
@sree8771
@sree8771 2 жыл бұрын
in rules of virtual function ,Rule no 1 is "Virtual functions must be member of some class(Base class)" and not "Virtual functions must be member of same class"
@ajithkumar8969
@ajithkumar8969 3 жыл бұрын
Really super mam
@AdityaPratapsingh9125
@AdityaPratapsingh9125 6 жыл бұрын
Virtual function != Run time polymorphism . Later one is a concept achieved using the first one.... I sincerely request you to kindly stop such definition based teaching ! Its programming ..
@RajendraPrasad-qt4ny
@RajendraPrasad-qt4ny 5 жыл бұрын
Agreed with you
@deenu005
@deenu005 2 жыл бұрын
I appreciate you but this is useful for University exam......
@complexyt6245
@complexyt6245 11 ай бұрын
Then kindly pls leave😊
@ASahay2004
@ASahay2004 2 ай бұрын
I got full marks in class test for this definition
@mahadevsole4475
@mahadevsole4475 3 жыл бұрын
Mam I am not understand the rules of virtual function
@nishagoyal2441
@nishagoyal2441 5 жыл бұрын
Thanku mam. mere program m koi error ni aa rhi bt wo output bhi ni show kr rhe plz btao kaise honge
@gauravgarg8465
@gauravgarg8465 5 жыл бұрын
Why we have to create a base class pointer as we can already declare derive object so it will print methods of the derived class whatever the base class contains.
@saranyapr1323
@saranyapr1323 5 жыл бұрын
To achieve run time polymorphism, virtual function is execute d through base class pointer object...
@nsms1297
@nsms1297 10 ай бұрын
​@@saranyapr1323understand
@hussainullah2438
@hussainullah2438 5 жыл бұрын
Very good lectures but try to explain each program and concept with a program. It will be better for understanding..Thanks
@ramprasad7301
@ramprasad7301 6 жыл бұрын
Teaching is good mam
@rajaroy7883
@rajaroy7883 6 жыл бұрын
Good description.
@polo4446
@polo4446 6 ай бұрын
2:40 I think you didn't understand!❌ I hope you didn't understand ✅ +10000 aura😅
@madanmohanathmakuru9874
@madanmohanathmakuru9874 4 жыл бұрын
What is virtual constructor ? Can u please give one example and explain . I am super confused
@Dairyoflife21
@Dairyoflife21 4 жыл бұрын
we cannot use constructor in run time polymorphism . but in in static we can use in virtual we can only use destructor.
@LTT_VKR
@LTT_VKR 5 жыл бұрын
Where is virtual mechanism...this is just the basic thing
@rajasekharjangam4999
@rajasekharjangam4999 2 жыл бұрын
Excellent
@vivekkumaryadav8678
@vivekkumaryadav8678 4 жыл бұрын
Thank you ma'am
@SagarVersantPro
@SagarVersantPro 6 жыл бұрын
Vde is not cleard
@bhavithrasric6992
@bhavithrasric6992 4 жыл бұрын
What happens when we dont use virtual functions in this 2nd examble programe
@khalidhussein6865
@khalidhussein6865 6 жыл бұрын
thank you
@aryabiswas129
@aryabiswas129 3 жыл бұрын
God teacher
@allrounderdhakad3080
@allrounderdhakad3080 Жыл бұрын
Wah
@geetanjaliyadav5840
@geetanjaliyadav5840 6 жыл бұрын
Mam hindi me hi smjha dete english compulsory h lekin mera manna h ki student apne bol chal ki language ko jldi catch krta h, ap acha smjhati ho but jinko english me prblm h unki trf se apse request h ki english me bola pr thora bich me hindi me bhi smjhao
@gauravgarg8465
@gauravgarg8465 5 жыл бұрын
She is from South ..so may be not comfortable in hindi
@krish_kmk
@krish_kmk 4 жыл бұрын
If I have only Derived class Object and, I want to access base class method by the help of derived Object. How it will be can you explain me once?
@pranaybohre2094
@pranaybohre2094 4 жыл бұрын
if the member function of base class is declared in public or protected scope and derived class is inherited in public visibility mode then by using dot(.) operator with derived class object and function of base class, can be called easily, in main method. der_obj.base_func();
@sheebuazu7506
@sheebuazu7506 6 жыл бұрын
thanku mam
@ShivamYadav-sw9os
@ShivamYadav-sw9os 11 күн бұрын
❤❤
@fasnasafas
@fasnasafas 6 жыл бұрын
Thanks mam
@vasanthkumar6255
@vasanthkumar6255 6 жыл бұрын
Tq..mam
@sandeepfantasy770
@sandeepfantasy770 6 жыл бұрын
Thank you madam
@BakhtyarQadri
@BakhtyarQadri 6 жыл бұрын
Love u
@kaushiksarmah999
@kaushiksarmah999 3 жыл бұрын
i hope u wont understand xdddddd
@Sachin-kn8nb
@Sachin-kn8nb 4 ай бұрын
Very bad explanation..... jinko samaj aa rha h unse bde gadhe maine ajtak ni dekhe
@HimsekharBhatta
@HimsekharBhatta 2 жыл бұрын
Thank u so much mam for the easy explanation of virtual function...
@Fit_raj_2003
@Fit_raj_2003 2 жыл бұрын
Thanku mam
@abbasboy5854
@abbasboy5854 6 жыл бұрын
thanks mam
@puzzlebrainteaser4740
@puzzlebrainteaser4740 4 жыл бұрын
Thank you mam
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Lecture 18 Virtual Function in C++ Part 1 Hindi
17:35
C++ by Saurabh Shukla Sir
Рет қаралды 458 М.
Virtual Functions & Abstract Classes in C++ | C++ Programming Tutorials
15:12
Object Oriented Programming - The Four Pillars of OOP
11:23
Keep On Coding
Рет қаралды 355 М.
Object Oriented Programming (OOP) in C++ Course
1:30:26
freeCodeCamp.org
Рет қаралды 2,6 МЛН
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 882 М.