Interview Questions

What’s the implicit name of the parameter that gets passed into the set method/property of a class?

C# Interview Questions and Answers


(Continued from previous question...)

176. What’s the implicit name of the parameter that gets passed into the set method/property of a class?

Value. The data type of the value parameter is defined by whatever data type the property is declared as.

(Continued on next question...)

Other Interview Questions