Solved

Figure 2: -Consider the Accompanying Class Definition, and the Object Declaration:rectangleType BigRect(14,10);

Question 9

Multiple Choice

Figure 2:
Figure 2:   -Consider the accompanying class definition, and the object declaration:rectangleType bigRect(14,10) ; Which of the following statements is correct? A)  bigRect.setLengthWidth() ; B)  bigRect.setLengthWidth(3.0, 2.0) ; C)  bigRect.length = 2.0; D)  bigRect.length = bigRect.width;
-Consider the accompanying class definition, and the object declaration:rectangleType bigRect(14,10) ; Which of the following statements is correct?


A) bigRect.setLengthWidth() ;
B) bigRect.setLengthWidth(3.0, 2.0) ;
C) bigRect.length = 2.0;
D) bigRect.length = bigRect.width;

Correct Answer:

verifed

Verified

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

Related Questions