Which of the following would be appropriate syntax for the heading of a copy constructor for a class called rulerType?
A. rulerType(int inches, int centimeters)
B. rulerType()
C. rulerType(const rulerType& myRuler)
D. copy rulerType(int inches, int centimeters)
Answer: C
Computer Science & Information Technology
You might also like to view...
A macro can be assigned to more than one object in a worksheet
Indicate whether the statement is true or false
Computer Science & Information Technology
Jeff, a technician, is charged with setting up network monitoring for critical devices in the network. It is important the information be sent securely to the monitoring station. Which of the following protocols will support secure transmission of the data?
A. SNMP v2 B. VPN C. SYSLOG D. SMTP
Computer Science & Information Technology