Examveda
Examveda

Which keyword can be used to fix the above error?

A. fix

B. join

C. use

D. namespace

Answer: Option C

Solution(By Examveda Team)

Use keyword allows you to alias other namespaces within the current namespace. Example – namespace main; use comgetinstanceutil; utilDebug::helloWorld();

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept