Multiple Choice
In order to hide functions that are defined in the implementation file, they should be part of the ______________ namespace.
A) global
B) std
C) class
D) unnamed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A namespace is<br>A) a collection of name
Q6: All the code between<br>#ifndef MYCLASS_H<br>And<br>#endf<br>Is _ if
Q7: :: is called the _
Q8: The statement using std::cin is called a
Q9: All names are defined in some namespace
Q11: In the statement std::cin, what does the
Q12: All code is in some namespace.
Q13: Which file name will end in a
Q14: The unspecified namespace is named _.
Q15: The statement using namespace std and the