DL
AttributeErrorSize: a a a
DL
AttributeErrorSA
͏
SA
AttributeErrorMB
͏
͏
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