What is __init__?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
In Python, _init_ is a constructor or function. When a new object is formed, memory is allocated using this technique.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
In Python, _init_ is a constructor or function. When a new object is formed, memory is allocated using this technique.
| Is This Answer Correct ? | 0 Yes | 0 No |
In Python, _init_ is a constructor or function. When a new object is formed, memory is allocated using this technique.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I exit python?
Should I learn html before python?
What is the difference between ‘match’ and ‘search’ in python?
explain the map() function?
What is the python idle?
What is the encapsulation?
Why python is popular now?
What are packages in python which are commonly used explain one ?
What does len () mean in python?
What is the use of metaclass in python?
Is python is better than java?
How to get indices of n maximum values in a numpy array?