Q. Which method is automatically called when an object is created?
β
Correct Answer: (A)
__construct()
Explanation: The constructor method __construct() is called automatically when an object is created.