Home » C++ Programming » Interfaces » Question
  1. Identify the correct statement.
    1. Namespace is used to mark the beginning of the program
    2. A namespace is used to separate the class, objects
    3. Namespace is used to group class, objects and functions
    4. All of above
    5. None of these
Correct Option: C

Namespace allows you to group class, objects, and functions. It is used to divide the global scope into the sub-scopes.



Your comments will be displayed only after manual approval.