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
Explain the three test cases in unit testing?
Is learning c# hard?
Is string immutable in c#?
Explain About Postback
What is an escape sequence? Name some string escape sequences in c#.
What is difference between association, aggregation and inheritance relationships?
what is IDisposal interface
Describe the overview of clr integration.
What is “using” statement in c#?
Why do we need to override in c#?
What are extender provider components?
List some of the basic string operation?
Is constructor a static method?
Is there any sample c# code for simple threading?
What is serialization in unity?