Python Magic Methods MCQs

Question 1: What are the dunder (magic) methods in Python?

Question 2: What is true about the __init__() method?

Question 3: The __new__() method ________.

Question 4: The __add__() method _______.

Question 5: In order to overload == operator, which magic method must be overridden?