DL
AttributeError
Size: a a a
DL
AttributeError
SA
͏
SA
AttributeError
MB
͏
͏
SA
͏
͏
н
SA
DL
class employee:
def __init__(self, name, sal):
self.__name=name # private attribute
self.__salary=sal # private attribute
SA
н
SA
SA
SA
class employee:
def __init__(self, name, sal):
self.__name=name # private attribute
self.__salary=sal # private attribute