In making the determination to overload a binary operator as either a friend or a member operator function, the following convention can be applied: member functions are more appropriate for binary functions that modify neither of their operands, such as == +, and -, whereas friend functions are more appropriate for binary functions, such as =, +=, and -= that are used to modify one of their operands.

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

False

Computer Science & Information Technology

You might also like to view...

________ is the process of ensuring that the data entered into a field meets specified guidelines

Fill in the blank(s) with correct word

Computer Science & Information Technology

A program is an algorithm that has been ________.

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

Computer Science & Information Technology