def Demo:
def __init__(self):
__a = 1
self.__b = 1
self.__c__ = 1
__d__= 1
a) __a
b) __b
c) __c__
d) __d__
Which of these is a private data field?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of these is a private data field?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!