Q. Which magic method is called automatically when an object is created?
β
Correct Answer: (C)
__construct()
Explanation: __construct() is the constructor method in PHP.