200-710 Exam QuestionsBrowse all questions from this exam

200-710 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?

Show Answer
Correct Answer: BC

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

2 comments
Sign in to comment
[Removed]Option: C
Jun 21, 2020

Correct answer is C

JeffryOption: C
Oct 16, 2019

Answer should be C