Q. Which PHP feature allows strict comparison of return types?
β
Correct Answer: (B)
Type declarations
Explanation: Return type declarations enforce strict return values.