Answer the following statements true (T) or false (F)

1. When an operator is overloaded as a member of a class, the first parameter listed in parentheses, is the calling object.
2. If a unary operator is overloaded as a stand-alone function, the argument may be any type.
3. Overloading an operator cannot change the precedence of that operator with respect to other operators.
4. If I need to build an object for return from a function, I can construct that function directly in the return statement.


1. False
2. False
3. True
4. True

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. If the user does not select any items from the ListBox, the return value of SelectedIndex is 0. 2. Users may add items directly to the list in a ListBox. 3. The label for an object’s entry in the ListBox is determined by that object’s ToString method. 4. Users cannot select multiple items at the same time from a ListBox. 5. Class CheckedListBox derives from class ListBox and contains similar properties.

Computer Science & Information Technology

PowerPoint assumes every new slide, except for a blank slide, has ____.

A. clip art B. a title C. large font sizes D. transitions

Computer Science & Information Technology

DVD drives combine audio and video entertainment with backward compatibility with CDs

Indicate whether the statement is true or false

Computer Science & Information Technology

You cannot undo updates or deletions performed by a(n) ________ query.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology