English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

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

Question

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)
Short Note

Solution

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

shaalaa.com
Sample Programs to Illustrate Classes and Objects
  Is there an error in this question or solution?
Chapter 10: Python Classes and objects - Evaluation [Page 187]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 10 Python Classes and objects
Evaluation | Q 3. | Page 187
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×