Q. Which PHP 8 feature allows calling methods or accessing properties on null safely?
β
Correct Answer: (B)
Nullsafe Operator
Explanation: The nullsafe operator (?->) stops execution if the object is null.