-
Identify the correct statement.
-
- Namespace is used to mark the beginning of the program
- A namespace is used to separate the class, objects
- Namespace is used to group class, objects and functions
- All of above
- 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.