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

1. C++ permits you to overload the sizeof operator and the this pointer.
2. When you overload the << operator you must also overload the >> operator.
3. A public data member may be declared a friend of a private function.
4. A static member variable can be used when there are no objects of the class in existence.
5. You can overload the conditional operator to make it function as an unconditional operator.


1. F
2. F
3. F
4. T
5. F

Computer Science & Information Technology

You might also like to view...

____ need a different set of acceptable use policies because of their enhanced authority.

A. End-users B. Managers C. Executives D. Administrators

Computer Science & Information Technology

Write the command that assigns a memory address for a variable of type integer to an integer pointer called aPointer (already defined).

What will be an ideal response?

Computer Science & Information Technology

Which policy controls password characteristics for local user accounts?

A. account lockout B. password C. domain D. user control

Computer Science & Information Technology

Because it requires you to create each frame as you go along, tweened animation can be time consuming.

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

Computer Science & Information Technology