Vidyalelo
PHP · Q78

Object Oriented Concept

Programming · PHP · question 78

Q78

Which of the following can you place inside a namespace? 1. classes 2. functions 3. variables

A.
1
B.
2
C.
3
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
A namespace is a bucket in which you can place your classes, functions and variables.