Home » C++ Programming » Interfaces » Question
  1. What is the use of Namespace?
    1. To structure a program into logical units
    2. Encapsulate the data & structure a program into logical units
    3. To encapsulate the data
    4. All of above
    5. 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.



Your comments will be displayed only after manual approval.