Q. What is recommended usage of DB class?
β
Correct Answer: (B)
Use static get_connection()
Explanation: Docs recommend using static method.