Answer Posted / 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 |
Post New Answer View All Answers
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What does args mean in c#?
How big is int16?
How do you create user defined data types in c#?
Can we have multiple threads in one app domain?
How does c# achieve polymorphism?
What is difference between variable and property in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What does || mean in programming?
What is access modifier in c#?
What is the difference between array and arraylist in c#?
Can abstract class have private constructor c#?
What is tryparse c#?
How do you convert byte array to hexadecimal string, and vice versa?
What is the difference between constants and read-only?