Answer the following statements true (T) or false (F)

1. Names that are defined outside of a namespace are part of the unnamed namespace
2. In a program with no user defined namespaces, all names are defined in the global namespace
3. The global namespace and the unnamed namespace are the same.
4. Classes must always be defined in separate files
5. ADTs should be defined and implemented in separate files

1. FALSE
2. TRUE
3. FALSE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

This class is used to help implement mutual exclusion.

a. MutEx. b. Condition. c. Lock. d. Signal.

Computer Science & Information Technology

____ viruses infect data files.

A. File infector B. Boot sector C. Master boot record D. Macro

Computer Science & Information Technology