What are the two kinds of properties?

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


Please Help Members By Posting Answers For Below Questions

Can I define a type that is an alias of another type (like typedef in c++)?

532


Why do we need collections in c#?

465


Are c# objects passed by reference?

461


Explain About namespaces

572


How do you serialize in c#?

468






What is lambda expression in c#?

499


What is delegates in c#?

495


What is difference between variable and property in c#?

429


What is multicast delegate explain with example?

457


What does == mean in c sharp?

510


What is a static class in c#?

504


What is asax file in c#?

566


What does return do in for loop?

474


What is data dictionary in c#?

484


Explain the three test cases in unit testing?

592