What is the signature of the following method? void SetNoOfSquareYards(double squareYards) { noOfSquareYards = squareYards; } a.

Question:

What is the signature of the following method?

void SetNoOfSquareYards(double squareYards)

{

noOfSquareYards = squareYards;

}

a. void SetNoOfSquareYards(double squareYards)

b. SetNoOfSquareYards(double squareYards)

c. SetNoOfSquareYards

d. void SetNoOfSquareYards(double)

e. SetNoOfSquareYards(double)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: