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
@jagadeeshwaranramasubraman24474 жыл бұрын
Awesome content Thank you Sir
@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.
@moyegbemiphilipajinomisang75502 жыл бұрын
You are a very good teacher
@ameermohamedr49824 жыл бұрын
Thank you Krish
@MrSmarthunky4 жыл бұрын
Most wanted video.
@AlAmin-xy5ff4 жыл бұрын
Thanks for your good tutorials.
@nandhakishore89504 жыл бұрын
Sir this playlist is very useful for revising topics easily sir.
@nethravathi28453 жыл бұрын
very well explained 👏
@itsme16742 жыл бұрын
Amazing explanation, Thanks
@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...
@jayedakhtar89474 жыл бұрын
Is your machine learning playlist enough to apply for a job?
@GagandeepSingh-qs2vh4 жыл бұрын
I hope you would call it 'name mangling' next time instead of calling it private.
@pradheepm13714 жыл бұрын
Krish sir after completing the oops concept do one project usings oops concept
@krishnaik064 жыл бұрын
Yes I am coming up with flask framework series too
@pradheepm13714 жыл бұрын
@@krishnaik06 thank you sir
@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
@lngwnd14 жыл бұрын
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.
@diwakarbhatt044 жыл бұрын
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.
@shubhamrawat33664 жыл бұрын
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 ..
@santakdas74574 жыл бұрын
When will you continue the julia programing language series?
@amitchawla95794 жыл бұрын
Krish, what tools are you using for this new setup? Which recording software and writing device. please share that?
@andersgabriel33 жыл бұрын
instablaster
@manojkumarbarik14433 жыл бұрын
How can we access the PROTECTED fields and methods from child class located in a different package
@akshay.jadhav2 жыл бұрын
nicely explained. Sir are you working in any IT company??
@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..?
@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
@sravanthkurmala10422 жыл бұрын
why am i able to overwrite even in protected (without the use of sub class)?
@theoutlet93004 жыл бұрын
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?
@krishnaik064 жыл бұрын
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.
@bibekgupta41344 жыл бұрын
I think it is name mangling instead calling Private access modifier's.
@adi_yerabati3 жыл бұрын
what car has 5 windows
@nethravathi28453 жыл бұрын
its upto you how many windows you want you can keep
@raunakak22894 жыл бұрын
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. :)