Very well explained. Thanks for taking your time, I read my book and couldn't understand clearly, your examples are so easy to follow!
@krakshitagoud32925 жыл бұрын
Urs teaching on the concepts of oops are very understandable mam... and tqsm mam for making us to learn so easily n clearly..🙏
@RahiqAlMakhtum11 ай бұрын
#include using namespace std; class A{ public: virtual void show() { cout
@nsms129710 ай бұрын
After reading your // remarks.. I am able to understand little...
@suryaakhilvittala69666 жыл бұрын
Excellent mam I learned 60% c++ using your videos. Good job
@shreyabingi77722 жыл бұрын
It's to the point explanation!! Thank you
@bensonangatia5862 жыл бұрын
the best tutorial ive ever had. good job
@minupuri.santhoshreddy73364 жыл бұрын
Thanks for lectures . Content is good. It is useful for many students
@JitCodeHub.3 жыл бұрын
Very helpful lecture ma'am abhi bahut intrest aa raha lectur sunker Or aage bhi sari vdo dekhana tsm🙏
@mehrankhan18803 жыл бұрын
Highly appreciated your method of teaching.
@randyramesh50355 жыл бұрын
Thanks it's very useful u explained very clearly
@AshutoshKumar-xz9hs6 жыл бұрын
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
@fahadhassan87495 жыл бұрын
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.
@aniketsinha1013 жыл бұрын
Now I can finally code on paper. Thank you
@damanpreetsingh17632 жыл бұрын
Thanks mam you explain all the things in very well😊😊
@bihugadgets92672 жыл бұрын
Just awesome ❤️❤️
@Rawatcreater11 ай бұрын
Very well explain.
@kumarisarita6415 жыл бұрын
Mam aap bht ache saiii teach krtiii ho......thnq uuu soo much mam.....
@ShivKumar-bc7ob6 жыл бұрын
you way of teaching is very nyc ..thnq mam
@amruthaas30596 жыл бұрын
Tq mam.... I understood vry well... Tq fr tht
@mahadevsole44753 жыл бұрын
Nice video my concept is clear ❤️❤️
@hrishikeshsandillya1880 Жыл бұрын
Concept clear mam ❤
@DEEPAKSINGH-wv8bx2 жыл бұрын
This video is nothing but very helpful.
@gorlamanishkumarkmqumwuazl27365 жыл бұрын
Nice very good madam ...and tq 😊
@nikitanimbre92056 жыл бұрын
Mam your videos help me a lot thank you mam very much you are amazing
@fukuyama22524 жыл бұрын
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.
@krishnareddy97425 жыл бұрын
Medam I want the also pure virtual functions please explain it
@suhrabsharifi89135 жыл бұрын
Thank you for your helpful teaching
@sree87712 жыл бұрын
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"
@ajithkumar89693 жыл бұрын
Really super mam
@AdityaPratapsingh91256 жыл бұрын
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-qt4ny5 жыл бұрын
Agreed with you
@deenu0052 жыл бұрын
I appreciate you but this is useful for University exam......
@complexyt624511 ай бұрын
Then kindly pls leave😊
@ASahay20042 ай бұрын
I got full marks in class test for this definition
@mahadevsole44753 жыл бұрын
Mam I am not understand the rules of virtual function
@nishagoyal24415 жыл бұрын
Thanku mam. mere program m koi error ni aa rhi bt wo output bhi ni show kr rhe plz btao kaise honge
@gauravgarg84655 жыл бұрын
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.
@saranyapr13235 жыл бұрын
To achieve run time polymorphism, virtual function is execute d through base class pointer object...
@nsms129710 ай бұрын
@@saranyapr1323understand
@hussainullah24385 жыл бұрын
Very good lectures but try to explain each program and concept with a program. It will be better for understanding..Thanks
@ramprasad73016 жыл бұрын
Teaching is good mam
@rajaroy78836 жыл бұрын
Good description.
@polo44466 ай бұрын
2:40 I think you didn't understand!❌ I hope you didn't understand ✅ +10000 aura😅
@madanmohanathmakuru98744 жыл бұрын
What is virtual constructor ? Can u please give one example and explain . I am super confused
@Dairyoflife214 жыл бұрын
we cannot use constructor in run time polymorphism . but in in static we can use in virtual we can only use destructor.
@LTT_VKR5 жыл бұрын
Where is virtual mechanism...this is just the basic thing
@rajasekharjangam49992 жыл бұрын
Excellent
@vivekkumaryadav86784 жыл бұрын
Thank you ma'am
@SagarVersantPro6 жыл бұрын
Vde is not cleard
@bhavithrasric69924 жыл бұрын
What happens when we dont use virtual functions in this 2nd examble programe
@khalidhussein68656 жыл бұрын
thank you
@aryabiswas1293 жыл бұрын
God teacher
@allrounderdhakad3080 Жыл бұрын
Wah
@geetanjaliyadav58406 жыл бұрын
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
@gauravgarg84655 жыл бұрын
She is from South ..so may be not comfortable in hindi
@krish_kmk4 жыл бұрын
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?
@pranaybohre20944 жыл бұрын
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();
@sheebuazu75066 жыл бұрын
thanku mam
@ShivamYadav-sw9os11 күн бұрын
❤❤
@fasnasafas6 жыл бұрын
Thanks mam
@vasanthkumar62556 жыл бұрын
Tq..mam
@sandeepfantasy7706 жыл бұрын
Thank you madam
@BakhtyarQadri6 жыл бұрын
Love u
@kaushiksarmah9993 жыл бұрын
i hope u wont understand xdddddd
@Sachin-kn8nb4 ай бұрын
Very bad explanation..... jinko samaj aa rha h unse bde gadhe maine ajtak ni dekhe
@HimsekharBhatta2 жыл бұрын
Thank u so much mam for the easy explanation of virtual function...