-
What is the use of Namespace?
-
- To structure a program into logical units
- Encapsulate the data & structure a program into logical units
- To encapsulate the data
- All of above
- None of these
Correct Option: A
The main aim of the namespace is to understand the logical units of the program and to make the program so robust.