Answer the following statements true (T) or false (F)
1. A static member function can be called independently of any object of the class.
2. It is possible to declare an entire class as a friend of another class.
3. You may overload any C++ operator, and you may use the operator function to define non-standard operators, such as @ and ^.
4. The this pointer is a special built-in pointer that is automatically passed as a hidden argument to all instance member functions.
5. In C++, if you overload the < operator, you must also overload the > operator.
1. TRUE
2. TRUE
3. FALSE
4. TRUE
5. FALSE
You might also like to view...
Use the Sort by ________ Color if you want to sort records by the color of the text
Fill in the blank(s) with correct word
Users find it easier to scan content when page elements are aligned vertically and horizontally.
Answer the following statement true (T) or false (F)