What are the two kinds of properties?
Answers were Sorted based on User's Feedback
Answer / diana cheriyan
1.ReadOnly Property(With get Only)
2.WriteOnly Property(With Set only)
3.ReadWrite Property(With both set and get)
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / manish
HELLO ALL .... whats going on ? ,,, GET and SET are not the
types of property.
Those are parts of property.
READONLY and WRITEONLY can be said as part.
But we can not forget INDEXED PROPERTIES.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / che
1)Default Property or Indexed Property.
2)Private Property or Custom Property.
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / 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 |
Answer / sharifuddin
Hey Ral check u r answer once?
Its wrong yaar
set is for write only
get is for read only
both r for read and write
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / raj
Read only ( with no 'set')
write only (with no 'get')
| Is This Answer Correct ? | 3 Yes | 14 No |
Answer / payal mehta
There are two kinds of properties.
get(for write)
set(for read)
| Is This Answer Correct ? | 1 Yes | 14 No |
What is a .exe extension files? How is it similar to .dll extension files?
explain synchronous and asynchronous in C#
3 Answers AxSys, Mastek, Synechron,
What does ienumerable mean?
What are three test cases you should go through in unit testing?
1 Answers Siebel Systems, Wipro,
Does console.writeline() stop printing when it reaches a null character within a string?
What is virtual in c#?
Why do we need static class in c#?
Is it true that all c# types derive from a common base class?
use of operator overloading of implicit & explicit operators?
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
What is thread safe in c#?
Write a program in C# for checking a given number is PRIME or not.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)