Home »
MCQs »
Laravel MCQs
Which of the following keyword enables developers to condense the namespace?
39. Which of the following keyword enables developers to condense the namespace?
- Name
- Taken
- Use
- Namespace
Answer: C) Use
Explanation:
The use keyword enables developers to condense the namespace.