Q81
Which keyword can be used to fix the above error?
A.
fix
B.
join
C.
use
AnswerD.
namespace
Answer: Option C
Solution
Answer: Option C
Solution:
Use keyword allows you to alias other namespaces within the current namespace. Example – namespace main;
use comgetinstanceutil;
utilDebug::helloWorld();