Vidyalelo
PHP · Q81

Object Oriented Concept

Programming · PHP · question 81

Q81

Which keyword can be used to fix the above error?

A.
fix
B.
join
C.
use
Answer
D.
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();