Answer the following statements true (T) or false (F)
1. If I have already written the```
#include
```header, I can overload
```
operator<< for
``````
class A
```as follows:
2. You have a helping function that is not a member of your class. You want your class
member functions to be able to see it and use it but no other file in your program may
see it. You can place it in an unnamed namespace to make it invisible from outside the file.
3. Namespaces may not be nested.
4. During name resolution, nested namespaces behave like nested blocks.
1. True
2. True
3. False
4. True
You might also like to view...
All file properties can be directly changed by users.
Answer the following statement true (T) or false (F)
Rewrite the program in Listing 13.10 so that it has all of the following changes:
• The class name is MemoSaver2.
• There are six buttons instead of five at the bottom of the GUI. They are arranged as follows:
The ____ data type stores only the actual character string.
A. CHAR B. VARCHAR C. TEXT D. STRING
Use the ____ dialog box to specify the fields you want to include in an address block.
A. Insert Address Block B. Insert Field C. Edit Address Block D. Format Address Block