हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

What is the output of the following program? class Sample: __num = 10 def disp(self): print(self.__num) S = Sample() S.disp() print(S.__num) - Computer Science

Advertisements
Advertisements

प्रश्न

What is the output of the following program?

class Sample:
 __num = 10
 def disp(self):
 print(self.__num)
 S = Sample()
 S.disp()
 print(S.__num)
टिप्पणी लिखिए

उत्तर

Output:
Error: Sample has no attribute S._num
10

shaalaa.com
Sample Programs to Illustrate Classes and Objects
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 10: Python Classes and objects - Evaluation [पृष्ठ १८७]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 10 Python Classes and objects
Evaluation | Q 3. | पृष्ठ १८७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×