Q. How should request data be accessed? (A) Direct property access (B) Using getter methods (C) Using global variables (D) Using constants ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Using getter methods Explanation: The class enforces access through getter methods.