Skip to content
Coder
Newbie
Learn Coding
Practice
Projects
Tools
Resources
⌘K
EN
Home
Quizzes
Python Object-Oriented Programming
Python Object-Oriented Programming
Classes, inheritance, polymorphism, magic methods and properties
intermediate
Question 1 of 7
Question 1 of 7
python
Which of the following descriptions of Python's __init__ method is correct?
A
It is the class constructor, automatically called when creating an instance
B
It is the class destructor, called when destroying an instance
C
It must return a value
D
It cannot take parameters
All quizzes
Next