you made a good job by explaining it just by showing without adding voice. This technique will never let the viewer get deviated from the video. Adding voice can sometimes be boring as viewers generally tend to do some other job while viewing since they think that they're hearing and that's well enough for them(it happens with me) :p
I never comment on TH-cam videos. But your video made me to do it. You learned that we can also learn OOP through entertainment. It's just amazing and fabulous.
Really really really really really really help fulllllllll. Tq sooooo much for making complex programs easy. Please don't stop. Always share your knowledge in this unique way.
This is the best video i got on the you tube regarding programming.Thank u so much sir. I am really facing problems in C++ because m not able to attend my college lectures and from your channel i have started preparing for my examination.
VERY VERY VERY good and simple way to learn programming.... Thank you a lot..... your vdos are helping a lot for my upcoming board exams .....Thank You Very Much !
You are like a aladdin jin .i m just thinking about how this concept became easy for me and you just made it true .thanks for doing such hard work for us. It's so helpful✌🏻#keepgoing
Thank u so Much Akanksha :-) I am glad You Like My Video As You Can see I dont have lot of Subscribers Plz Help Me By Sharing My Channel with Your Friends and on Social Media Keep on Learning
Really appreciating very nice u had not tried ur best but u have done it. My all doubts got clear awesome 👍👌 thank you so much for this excellent videos 😍....
//Here I am using private/protected specifier for class inheritance.. not that derived class object cannot call base class function. But derived class function can call base class function. heres the technique. #include using namespace std; class A { private: int data; public: void getdata() { cout
Thanks J userf for Watching my videos As You can see My Subscribers are very less in spite of lot's of Good Work Plz help me in growing my channel Share My Channel on Social Media and with your Friends too :-) I hope you'll like to help this channel Keep on Watching J userf
Is the code available for the examples shown in these tutorials so people can just copy and play around with it ? If not it would be nice to have them.
Hi Vishnu first thanks a lot for watching my videos I know I didn't explain protected very clearly , because the real use and application of protected is in Inheritance So I suggest you to watch all my videos on Inheritance and You'll clearly understand difference between Protected and Private I hope you'll like to help me by sharing my videos on Facebook and help me in getting more subscribers As You can see I don't have much Subscribers :-)
vishnu vardhan Private members cannot be accessed by objects created outside the class--only by member functions of its own class. Base class members designated as "protected" are "private" with respect to objects created outside the class but they may be accessed by derived class member functions (as well as member functions of its own class) just as if they were member functions of its own class. Classifying members as "protected" is no different than classifying them as "private" if there are no derived classes. If you form a derived class using the keyword "public", you change NONE of the access specifiers upon inheritance--private members of the base class will still be private in the derived class, protected members will still be protected, etc. If you inherit using the "protected" keyword, the lowest access that the inherited members could possibly be is "protected". Thus public members will be "promoted" to protected, however "private" members will NOT be "demoted"--they will remain private in the derived class as well. If you inherit using "private", then EVERY member inherited will be promoted to private in the derived class. None of this will change the access specifiers of the base class--only the inherited members in the derived class. I hope this helps.
A B Functions of class B can access members of class A (including its member functions) if the member function in class A is either public or protected, but NOT if it was private. If it was private, then it could only be accessed by other class A member functions.
Protected is not same as public dude. In public inheritance, you can access functions of class A with object of class B directly. How can you do that in protected?
Hello Durr e Adan Sadiq Protected is same as Public in case of Inheritance , but with a small difference Suppose there is a single Inheritance between class A and class B When we write class B : public A {.......} This means all the private member in class A are inherited as private in class B & all the protected members are inherited as protected in class B & all the public member are inherited as public But when we write class B : protected A {........} This means all the private member in class A are inherited as private in class B & all the protected members are inherited as protected in class B & this is the difference -> all the public members are inherited as protected. So i mean to say public and protected access specifier in INHERITANCE are a bit similar , but the difference is protected converts public of class A to protected for class B. and You are right my friend we cannot access functions of class A with object of class B , but I never said that in my video. functions of class B can access the protected members of class A , objects don't have the power to access protected member. If I still failed to clear your doubt my friend please comment :-)
This is much more difficult to EXPLAIN than it is to UNDERSTAND. Once you get it, you will know what I mean. Once you do get it, try explaining it to someone else and see what I mean.
Hey Hi, Your Username is different than other , (that's Cool) :-) Yeah It would be much better if I add my voice to it. But I wanted to make videos like a Live Book. I want your mind to read my videos , because when you are watching my videos your mind has to be on 100% Concentration. So If U need to understand what's going on my video then you need to be 100% attentive. Sorry for such a long and boring answer but that's the reason but it's a bit scientific. Try a Experiment. Watch any of my video and watch any video with audio. You'll see that you will be able to retain much more content than an video with audio. But thanks for such a genuine suggestion.
you made a good job by explaining it just by showing without adding voice. This technique will never let the viewer get deviated from the video. Adding voice can sometimes be boring as viewers generally tend to do some other job while viewing since they think that they're hearing and that's well enough for them(it happens with me) :p
Fascinating bro. I wish i could give you a millions of likesssss.
Thanks Mr Victor :-)
I never comment on TH-cam videos. But your video made me to do it. You learned that we can also learn OOP through entertainment. It's just amazing and fabulous.
I understood the concept very clearly and thank you , now all I need is practice.
super helpful. My teacher taught this for 3 hours and still couldn't make any sense. thanks man
The lecture without voice
Is the better choice
It helps to concentrate 😀
you make video by your heart and with 100% thanku for your efforts for us ,
Mene socha tha video me awaj nhi h, Hoga bilkul sarkari...
Par ye video to pad gya sare videos pe bhari👍👍👍👍👍
Really really really really really really help fulllllllll. Tq sooooo much for making complex programs easy. Please don't stop. Always share your knowledge in this unique way.
This is the best video i got on the you tube regarding programming.Thank u so much sir. I am really facing problems in C++ because m not able to attend my college lectures and from your channel i have started preparing for my examination.
VERY VERY VERY good and simple way to learn programming.... Thank you a lot..... your vdos are helping a lot for my upcoming board exams .....Thank You Very Much !
thanks a lot sir really it solved out my problem because i was struggling by last 6 months in this topics
nothing could be more better than this. Blessings..
You are like a aladdin jin .i m just thinking about how this concept became easy for me and you just made it true .thanks for doing such hard work for us. It's so helpful✌🏻#keepgoing
Your efforts have won my viewership! Cheers :)
crystal clear... excellent work !!!
One of the best channel to learn programming
Thanks a lot Anmol
It is a very nice way of teaching
MOST USEFUL VIDEO.THANKS FOR BEST EXPLANATION.
Thanks Halish
Have you seen Codearchery.com teaser?
th-cam.com/video/cqLdlBaohLU/w-d-xo.html
Did you like it ?
This video deserves more views....great work man!..kudos to Ur hard work..keep rocking
What a great way of teaching
Me video eka patta. This is the best thing that i have ever learnt
I always love u r videos and I learn more from your channel rather than thought in class thanks a lot
Really thanks..
This is really wonderful way to explain things...
This is cute in way he teach us with animation character 🙃
Beautiful explanation and videos seriously amazing😊😊
It's not confusing to much excellent 👏👌
Outstanding content of video 👍 it helps much much much
this is definitely the best video on inheritance..!😃😃😃
Thank u so Much Akanksha :-)
I am glad You Like My Video
As You Can see I dont have lot of Subscribers
Plz Help Me By Sharing My Channel with Your Friends and on Social Media
Keep on Learning
Really appreciating very nice u had not tried ur best but u have done it.
My all doubts got clear awesome 👍👌 thank you so much for this excellent videos 😍....
it is the best way thanks a lot.
Thanks a lot Tech edu
I hope You'll like to Help this channel by sharing it with your friends
Keep on watching and Keep on Learning Cool stuff :-)
nice video ....... it's like learn by fun
I understand this video than any other video 🙏🙏🙏🙏🙏🙏🙏🙏♥️♥️♥️♥️♥️♥️♥️♥️
The best explanation!
Super Simple. Thumbs Up.
videos are jhakas really thankyou sir
I love this channel it´ssooo... easy to learn here.
This really helped a lot
.... thanks for making such amazing vedios
amazing presentation. Thanks
realy first time watching an tutorial like a moive,highly engaging content great work,open an patreon
one of the best video
awesome love it please make more
Your explaining technique is very well .........I just have one requires i need explanation on use of "using namespace std "in oop
Very Nice. Its help me a lot.:-)
Thanks soumi
Sorry for replying late :-)
well explained...........thanks a lot
It was made easy❤
very good brother
Very Very Good
thankyou so much!best explanation
Thank You so much DK for this Comment and appreciating my Hard Work.
Keep on Learning :-)
Amazing 😎
Awesome ❣️thanks a lot
very good
Great workk ...reallyy helpfulll💕
Thanku so much yr... Superb...
Thanks a lot🤩😍
Great video sir but in program please add protected members in base class and explain protected and public inheritance.
THANK YOU SO MUCH
really helpful vedio!!!
really appericiate your work bro. Thanks :-)
Thanks bro :)
Thank you for this!
cout
//Here I am using private/protected specifier for class inheritance.. not that derived class object cannot call base class function. But derived class function can call base class function. heres the technique.
#include
using namespace std;
class A
{
private:
int data;
public:
void getdata()
{
cout
This is more like it 🤔🙌
awesome
Thanks David.Share this video with your friends too :-)
thanks dude !
Thanks J userf for Watching my videos
As You can see My Subscribers are very less in spite of lot's of Good Work
Plz help me in growing my channel
Share My Channel on Social Media and with your Friends too :-)
I hope you'll like to help this channel
Keep on Watching J userf
Brooooo 😭😭😭😭 where are youu
Please add your voice explaining thing..that will be viewer friendly..
Is the code available for the examples shown in these tutorials so people can just copy and play around with it ? If not it would be nice to have them.
Thanks Spectrum for Watching My Video and For Suggestion :-)
Yeah I am planning to upload My code on GitHub so everyone can access it
Data member concept also needed
So it means that private and protected access specifier are almost similar?
sir ,can you explain protected acces specifier clearly .....difference beween private and protected
Hi Vishnu first thanks a lot for watching my videos
I know I didn't explain protected very clearly , because the real use and application of protected is in Inheritance
So I suggest you to watch all my videos on Inheritance and You'll clearly understand difference between Protected and Private
I hope you'll like to help me by sharing my videos on Facebook and help me in getting more subscribers
As You can see I don't have much Subscribers :-)
vishnu vardhan Private members cannot be accessed by objects created outside the class--only by member functions of its own class. Base class members designated as "protected" are "private" with respect to objects created outside the class but they may be accessed by derived class member functions (as well as member functions of its own class) just as if they were member functions of its own class. Classifying members as "protected" is no different than classifying them as "private" if there are no derived classes.
If you form a derived class using the keyword "public", you change NONE of the access specifiers upon inheritance--private members of the base class will still be private in the derived class, protected members will still be protected, etc. If you inherit using the "protected" keyword, the lowest access that the inherited members could possibly be is "protected". Thus public members will be "promoted" to protected, however "private" members will NOT be "demoted"--they will remain private in the derived class as well. If you inherit using "private", then EVERY member inherited will be promoted to private in the derived class.
None of this will change the access specifiers of the base class--only the inherited members in the derived class.
I hope this helps.
Cout
Goooooooooooooood
Videos are understandble but when comes to program video clarity is some what missing
thank youuuuuuuu sir
Suprerb
Thanks Rashmi , Don't forget to Share :-)
Keep on Learning and Keep on Watching
function of B can access the function of A is it because the function of A is public??
A B It would be also be able to access it if it were protected, but not if it were private.
A B Functions of class B can access members of class A (including its member functions) if the member function in class A is either public or protected, but NOT if it was private. If it was private, then it could only be accessed by other class A member functions.
literally i was searching for acess specifiers and i found
PlZz continue to upload ur videos.... plzzzz plzzzzzzzzzzzz..
Protected is not same as public dude. In public inheritance, you can access functions of class A with object of class B directly. How can you do that in protected?
Hello Durr e Adan Sadiq
Protected is same as Public in case of Inheritance , but with a small difference
Suppose there is a single Inheritance between class A and class B
When we write class B : public A
{.......}
This means all the private member in class A are inherited as private in class B &
all the protected members are inherited as protected in class B &
all the public member are inherited as public
But when we write class B : protected A
{........}
This means all the private member in class A are inherited as private in class B &
all the protected members are inherited as protected in class B &
this is the difference -> all the public members are inherited as protected.
So i mean to say public and protected access specifier in INHERITANCE are a bit similar , but
the difference is protected converts public of class A to protected for class B.
and You are right my friend we cannot access functions of class A with object of class B , but I never said that in my video. functions of class B can access the protected members of class A , objects don't have the power to access protected member.
If I still failed to clear your doubt my friend please comment :-)
please make video on singly linked list and doubly linked list insertion and deletion
I have already created 2 videos on Linked List :-)
Have you seen Codearchery.com teaser?
th-cam.com/video/cqLdlBaohLU/w-d-xo.html
Did you like it ?
bro you kept ads on they keep popping up
so cute :)
there's an easier way to what u did at 6:23
This is much more difficult to EXPLAIN than it is to UNDERSTAND. Once you get it, you will know what I mean. Once you do get it, try explaining it to someone else and see what I mean.
🌹
G 12
Koi nii aiiii smj......!😣
Wtf
This video hes 4 ads
its not understandable 😐😕
Why dont you use voice , it would be much better
Hey Hi,
Your Username is different than other , (that's Cool) :-)
Yeah It would be much better if I add my voice to it.
But I wanted to make videos like a Live Book.
I want your mind to read my videos , because when you are watching my videos your mind has to be on 100% Concentration.
So If U need to understand what's going on my video then you need to be 100% attentive.
Sorry for such a long and boring answer but that's the reason but it's a bit scientific.
Try a Experiment.
Watch any of my video and watch any video with audio.
You'll see that you will be able to retain much more content than an video with audio.
But thanks for such a genuine suggestion.
thats a gud idea.
and its really true that we can concentrate more
you rocked i m shoccked its my mid time great one i also ask many friends to subscribe your chaneeel love u bro
\\\\\\\cout
please stop background music