Solved

Which of the Following Would Be Appropriate Syntax for the Heading

Question 31

Multiple Choice

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)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions