with such nice behavior, python as a person would be everybody's fav :)
@weirdxyz Жыл бұрын
😢
@RenormalizedAdvait3 жыл бұрын
Well, it is expected as python is an interpreted language. The access specifiers do not mean anything as sharing python libraries that are not compiled libraries imply sharing of source code that can be altered anyways.
@wellwhatdoyakno62512 жыл бұрын
love you krish! man of God! GOD BLESS YOU AND YOUR LEGACY
@BHANUPRAKASH48 Жыл бұрын
Thank you for providing this python series, its very good learning. i have doubt while going through your vedio, cannot able to modify through child class, but i can able modify the private varibles from child class like this truck._Car__doors=7,truck._Car__doors. it didnt through any error.
@jagadeeshwaranramasubraman24473 жыл бұрын
Awesome content Thank you Sir
@ameermohamedr49823 жыл бұрын
Thank you Krish
@MrSmarthunky3 жыл бұрын
Most wanted video.
@manojkumarbarik14433 жыл бұрын
How can we access the PROTECTED fields and methods from child class located in a different package
@jayedakhtar89473 жыл бұрын
Is your machine learning playlist enough to apply for a job?
@AlAmin-xy5ff3 жыл бұрын
Thanks for your good tutorials.
@santakdas74573 жыл бұрын
When will you continue the julia programing language series?
@moyegbemiphilipajinomisang75502 жыл бұрын
You are a very good teacher
@lngwnd13 жыл бұрын
Hey I was having a little trouble with that if statement and realized that instead of using the '&' operator it was best to use 'and' as the operator for the if statement. When I used '&' it worked for some use cases but not all... Hope this helps someone.
@itsme16742 жыл бұрын
Amazing explanation, Thanks
@nandhakishore89503 жыл бұрын
Sir this playlist is very useful for revising topics easily sir.
@amitchawla95793 жыл бұрын
Krish, what tools are you using for this new setup? Which recording software and writing device. please share that?
@andersgabriel33 жыл бұрын
instablaster
@nethravathi28452 жыл бұрын
very well explained 👏
@MuhammadShahzad-dx5je3 жыл бұрын
#awesome. Please, add it in your python playlist where you have explained OPPs... It's not there, please, update it for new subscribers...
@GagandeepSingh-qs2vh3 жыл бұрын
I hope you would call it 'name mangling' next time instead of calling it private.
@shreyanshkhare24382 жыл бұрын
okay...pllz make this clear to me.... As python won't restrict us from overriding the protected members through the base class (or we can say base class obj ) also..so overriding protected members through the inherited class (or inherited class obj) is just a convection to follow or what..?
@Karthik-s4y5f Жыл бұрын
Sir but it is accepting overriding the variable in protected without creating subclass But I understood that the developer has to override the variables only in the subclasses when dealing with protected variables
@diwakarbhatt043 жыл бұрын
Krish, I have a doubt that if we access and mutate all the variable which are private inside the class so does it make any sense why we use them in the python means we can easily change them.
@shubhamrawat33663 жыл бұрын
I think it's just a warning message from the developer to the tester don't change the value. it's an important variables. But tester be like naah idc im gonna change that variable value and will look 😎.
@jawadaslam85373 жыл бұрын
Python dont restrict them ..we can use name mangling concept to access private variables ...And i also want to know the answer of WHY ..
@pradheepm13713 жыл бұрын
Krish sir after completing the oops concept do one project usings oops concept
@krishnaik063 жыл бұрын
Yes I am coming up with flask framework series too
@pradheepm13713 жыл бұрын
@@krishnaik06 thank you sir
@sravanthkurmala10422 жыл бұрын
why am i able to overwrite even in protected (without the use of sub class)?
@jawadaslam85373 жыл бұрын
cant get point of overriding the protected data memebers.....What is the difference between public and protected ....why protected data memebers can be modified outside the base class and child classes also
@akshay.jadhav2 жыл бұрын
nicely explained. Sir are you working in any IT company??
@theoutlet93003 жыл бұрын
So _ doesn't actually do anything, its just an indication to the developer that this must be overridden only by the child class. Am i right?
@krishnaik063 жыл бұрын
Yes
@rheumaticharm95513 жыл бұрын
@@krishnaik06 so the same convention will be followed when defining functions as well? But we have get attr and other functions and we do access them.
@bibekgupta41343 жыл бұрын
I think it is name mangling instead calling Private access modifier's.
@adi_yerabati3 жыл бұрын
what car has 5 windows
@nethravathi28452 жыл бұрын
its upto you how many windows you want you can keep
@raunakak22893 жыл бұрын
I know python ml and R and I v cirtificate and I finding job
@abhi90293 жыл бұрын
did you get the job?
@sharathchandra13053 жыл бұрын
Unclear when compared to other videos. Probably you need to remake this video by tweaking the example and explanation. Just saying. :)