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

1. C++ permits you to overload the sizeof operator.
2. A static member variable can be used when there are no objects of the class in existence.
3. When you overload the << operator, you must also overload the >> operator.
4. You can overload the conditional operator to make it function as an unconditional operator.
5. In an inheritance situation, you can't pass arguments to a base class constructor.

1. FALSE
2. TRUE
3. FALSE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

Where and how long a variable's storage locations are kept before they are released can be determined by the ____ of the variable.

A. storage class B. time-dimension C. scope D. data type

Computer Science & Information Technology

A VPN employs a method called "tunneling'' in which each packet from the sending computer is encapsulated within another packet before being sent over the Internet.

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

Computer Science & Information Technology