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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: