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

Question:

What is the signature of the following method?

public void SetNoOfSquareYards(double squareYards)

{

noOfSquareYards = squareYards;

}

a. public void SetNoOfSquareYards(double squareYards)

b. public SetNoOfSquareYards(double squareYards)

c. SetNoOfSquareYards

d. public SetNoOfSquareYards(double)

e. SetNoOfSquareYards(double)

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

Step by Step Answer:

Question Posted: