Q. Which design pattern is used by DB::get_connection()?
β
Correct Answer: (B)
Singleton
Explanation: It returns the same PDO instance (singleton).