Sunday, 28 April 2013

Can we have different access modifiers on get/set methods of a property ? | C#.Net Interview Questions

No we can not have different modifiers same property. The access modifier on a property applies to both its get and set accessors.

No comments: