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