Q. What happens on subsequent calls to get_connection()? (A) New connection created (B) Same PDO instance returned (C) Connection closed (D) Error thrown ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Same PDO instance returned Explanation: Singleton pattern ensures same instance.