Properties on C# related Questions and Answers


Question :   An Account class has a property called accountNo and acc is a reference to a bank object and we want the C#.NET code snippet given below to work. Which of the following options will ensure this functionality?
acc.account No = 10;
Console.WriteLine(acc.accountNo);

1. Declare accountNo property with both get and set accessors.
2. Declare accountNo property with only get accessor.
3. Declare accountNo property with get, set and normal accessors.
4. Declare accountNo property with only set accessor.
Answer :   1 - Declare accountNo property with both get and set accessors.  

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter