Access Modifiers in Python | Lecture 56 | Access Specifier in python in hindi

preview_player
Показать описание
Hello Friends !
Most Welcome in my IT Channel SPT999.(O Level, CCC, DCA, ADCA, PGDCA)This Channel is specialized for computer courses. We provides simplest way and examples for the clearance of the concepts.

#OLevel
#Accessmodifierinpython
#Accessspecifierinpython

in this lecture we will discuss about inheritance in python in hindi. inheritance in python.

public member in python in hindi
protected member in python
private member in python
Рекомендации по теме
Комментарии
Автор

Sir I like your videos and high quality content
And I request you to upload more video for us
One more thing is
Can you please start a javascript series

karanAroraNokia
Автор

without inheritance karke bhi dusre class me pahile class ka method with underscore se access ho raha he.
I am not agree with protected member.
Please clearify this topic of protected.

mangeshbhosle
Автор

Sir html tag ke bare me or video banvo

tribalcoachingkadwal
Автор

class X: def __init__(self): self.__num1 = 5 self.num2 = 2 def display_values(self): print(self.__num1, self.num2) class Y(X): def __init__(self): super().__init__() self.__num1 = 1 self.num2 = 6
obj = Y()
obj.display_values()
Iska output 5 6 aata hai pls is code ko explain kare 🙏🙏🙏

aartipawar
visit shbcf.ru