Which Of These Is A Private Data Fieldp Pre Langpython #1143
Which of these is a private data field?</p> <pre><code class="language-python"> def Demo: def __init__(self): __a = 1 self.__b = 1 self.__c__ = 1 __d__= 1 </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Encapsulation - Quiz No.1.