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...
The command find . –atime 10 –print
a: finds and displays files accessed exactly 10 days ago b: finds and displays files accessed less than 10 days ago c: finds and displays files accessed more than 10 days ago d: finds and displays the first 10 files named atime e: finds and displays files 10 times
The information security function can be placed within the __________.
A. insurance and risk management function B. administrative services function C. legal department D. All of the above