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
What is data binding with example?
Explain About sn.exe
What floating point types is supported in C#?
What is console readkey ()?
Explain the difference between a namespace and assembly name in .net?
What are the benefits of using windows services:
What is singleordefault?
To create a localized application which namespaces are necessary?
How big is a float?
How do I create a multilanguage?
What is the difference between paramaterized constructor and copy constructor?
How many types of serialization are there in c#?
how to prevent a class from being inherited in c#.net?
What is the difference between int16 and int32 in c#?
What is difference between singleton and static class in c#?