To overload functions with symbolic names (like + - / <<), you must use the keyword _______ before the symbolic name.

a. const
b. operator
c. reference
d. void


b. operator

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. The following assignment statement adds the values of variables x and y and assigns the result to the variable total: total = x + y b. The preceding snippet is read, “total is assigned the value of x + y.” c. The = symbol is the assignment operator. d. The right side of the = symbol always executes first, then the result is assigned to the variable on the symbol’s left side.

Computer Science & Information Technology

Which of the following could be a Web document that could possibly be imported into PowerPoint?

A) cleaning service.doc B) cleaning.http C) spring_contract.htm D) spring contract.rtf

Computer Science & Information Technology

In JavaScript, two-dimensional arrays are implemented by making each array element contain an array object of its own.

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

Computer Science & Information Technology

If you upsample, Photoshop assigns a new color to the pixel based on an average ____.

a. indexing b. concatenation c. interpolation d. losing

Computer Science & Information Technology