Discussion :: C++ - MCQs
- Identify the correct statement
A.
Namespace is used to group class, objects and functions.
|
B.
Namespace is used to mark the beginning of the program.
|
C.
Namespace is used to seperate the class, objects.
|
D.
None of the above
|
Answer : Option A
Explanation :
Namespace allow you to group class, objects and functions. It is used to divide the global scope into the sub-scopes.
Be The First To Comment