Question: Assume you have declared a method as follows: private static double DisplayData ( string name = XX , double amount = 1 0

Assume you have declared a method as follows:
private static double DisplayData(string name ="XX", double amount =10.0)
a. DisplayData(amount : 900.00);
b. DisplayData(name : "Albert");
c. DisplayData(amount : 200, name : "Albert");
d. All of these are legal

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!