Answer the following statements true (T) or false (F)
1. Functions that are constant member functions may call the class mutator functions.
2. Functions that are constant member functions may call constant class accessor functions.
3. You cannot create new operators (such as the quote).
4. Operators must be friends of the class.
5. You may not change the precedence of operators by overloading them
1. FALSE
2. TRUE
3. TRUE
4. FALSE
5. TRUE
Computer Science & Information Technology