Answer the following statements true (T) or false (F)
1. You may overload any C++ operator and you may use the operator function to define non-standard operations, such as @ or ^.
2. In C++ if you overload the < operator, you must also overload the > operator.
3. A static member function does not need to be called by a specific object of the class.
4. It is possible to declare an entire class as a friend of another class.
5. An aggregate class's constructor can use a member initialization list to call the constructors for each of its member objects.
1. F
2. F
3. T
4. T
5. T
You might also like to view...
When you run an action query, Access will always warn you that you are about to make a change to your data as well as ask you to confirm the change. Unfortunately, you cannot disable these messages
Indicate whether the statement is true or false
The Access database object that helps you find answers to questions about the data is a _____.
A. form B. report C. query D. table
To ensure readability, use typefaces with larger x-heights.
Answer the following statement true (T) or false (F)
An Access field property that limits the number of characters that can be typed into a text or number field.
A. Character limit B. Character size C. Field limit D. Field size