Answer the following questions true (T) or false (F)
1. An overloaded operator= function must be a non-static class member.
2. An overloaded operator[] must be a non-static class member.
1. True
2. True
Computer Science & Information Technology
You might also like to view...
A customer is trying to use a laptop with a video projector and cannot get the projector to display the computer screen. Which of the following should you attempt first?
A. Replace the video cable to the projector B. Toggle the function key for the display C. Put a new bulb in the projector D. Check the power to the projector
Computer Science & Information Technology
Suppose that index is an int variable. The statement index = index + 1; is equivalent to index++;
Answer the following statement true (T) or false (F)
Computer Science & Information Technology