Attributes and Methods in Python | Public / Protected / Private (Mangling) | Techmaima
Attributes and Methods in Python | Public / Protected / Private | Techmaima
Description:
Attributes: 3 types are available
1) Public attribute - we can access from anywhere
2) _protected - we can access within the class and outside the class as well
* its indicating that don't use this since its protected ( _ will be there before the attribute name)
3) __Private attribute - you cant access outside the class since its private attribute (__ will be there before the attribute )
* by doing mangling you can access the Private attribute only outside the class
* within the class you can access easily
Methods: 3 types ( same as attributed ) - public - protected - private
* using mangling concept you can access the __ private attributes
Python class and methods - https://youtu.be/XSnNCJs_FNA
Python Functions - https://youtu.be/mv9LoT8nnpg
Python arguments - https://youtu.be/8JAukqP3PZ4
#pythoncourse
#pythonforbeginners
#pythonattributes
#pythonmethods #publicattribute #protectedattribute #privateattribute #publicmethods #methdosinpython #privatemethod #protectedmethod #mangling #whatismangling #classattribute #pythoncodes #pythonexamples #pythonfullcourse #pythonvids #objectsinpython #instanceattributes #typesofmethodsinpython #typesofattributesinpython #pythoncompletecourse #pythondemo
Видео Attributes and Methods in Python | Public / Protected / Private (Mangling) | Techmaima автора Питоновый анализ данных в области биологии
Видео Attributes and Methods in Python | Public / Protected / Private (Mangling) | Techmaima автора Питоновый анализ данных в области биологии
classattribute instanceattributes mangling methdosinpython objectsinpython privateattribute privatemethod protectedattribute protectedmethod publicattribute publicmethods pythonattributes pythoncodes pythoncourse pythonexamples pythonforbeginners pythonfullcourse pythonmethods pythonvids whatismangling
Информация
2 декабря 2023 г. 23:03:10
00:05:33
Похожие видео