Python Object Oriented Programming | Python Encapsulation| Access Modifiers. #5

Опубликовано: 06 Октябрь 2024
на канале: Programming Is Fun
4,420
127

In this lecture you will learn about Python encapsulation and access modifiers in greater details.

Most programming languages has three forms of access modifiers, which are Public, Protected and Private in a class. Python uses '_' symbol to determine the access control for a specific data member or a member function of a class.

A Class in Python has three types of access modifiers and this video covers as following:

-- Public Access Modifier
-- Protected Access Modifier
-- Private Access Modifier
-- What are access modifiers give me an example?
-- What is super () in Python?
-- What is __ init __ in Python?
-- What is __ new __ in Python?
-- What is self in Python?


Python Teaser:    • A Beautiful Python Programming Teaser...  
Python Playlist:    • Python Tutorial for Beginners  
Python Data Structure Playlist:    • Python Data Structure  
Python OOPs Playlist:    • Object Oriented Programming Tutorials...