

McqMate
Q. |
Which of the following correctly describes the meaning of‘namespace’ feature in C++? |
A. | namespaces refer to the memory space allocated for names used in a program |
B. | namespaces refer to space between the names in a program |
C. | namespaces refer to packing structure of classes in a program. |
D. | namespaces provide facilities for organizing the names in aprogram to avoid name clashes. |
Answer» A. namespaces refer to the memory space allocated for names used in a program |
View all MCQs in
Object Oriented Programming In cppNo comments yet