Exam 200-710 All QuestionsBrowse all questions from this exam
Question 2

Youd like to use the class MyDBConnection thats defined in the MyGreatFramework\MyGreatDatabaseAbstractionLayer namespace, but you want to minimize

*as much as possible* the length of the class name you have to type. What would you do?

    Correct Answer: C

    To minimize the length of the class name you have to type as much as possible, it is best to alias MyGreatFramework\MyGreatDatabaseAbstractionLayer\MyDBConnection to a shorter name. This way, you can use the shorter alias instead of the full class name, providing the greatest reduction in length.

Discussion
[Removed]Option: C

Correct answer is C

JeffryOption: C

Answer should be C