Answer Posted / nazrul
There three type of properties.
1)Readonly properties(Only get)
2)WriteOnly Properties(Only set).
3)Read and Write(set + get)
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Why do we use partial class in c#?
What is iqueryable?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
In which order the constructor is called for an inherited class?
What is a clr (common language runtime)?
What is the difference between final finally and finalize in c#?
Can abstract class have constructor?
What is ac callback?
What is the difference between c and c sharp?
What is the base class of all classes in c#?
What is difference between const and static in c#?
Is c# good for games?
Explain how to implement an object pool in c#.net
What is the purpose of reserved word using in c#?
How can I develop an application that automatically updates itself from the web?