Suppose you need to make two overloaded operator functions for the minus operator, placing them both in the same struct definition. You can do this as long as:
A. their parameters are of different types
B. one passes in one parameter, and the other passes in two parameters
C. the return types are different for both
D. both the return types and the parameters are of different types
A
Computer Science & Information Technology
You might also like to view...
________ is a web based application
A) Google Drive B) StarOffice C) Calligra D) LibreOffice
Computer Science & Information Technology
The ____________________ function is used to return only a portion of a string.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology