Q. What is the purpose of `__init__` method in classes?
β
Correct Answer: (B)
Constructor
Explanation: `__init__` is the constructor method used to initialize a class.