Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between a field and a property in c#?



What is the difference between a field and a property in c#?..

Answer / Atul Singh

In C#, fields are simple data members of a class that can be directly accessed by code outside of the class. Properties, on the other hand, provide an abstract interface for accessing and manipulating private fields. They can include additional functionality such as validation or automatic conversion.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


How do I move from one form to another in c#?

1 Answers  


what is lamda expression?

3 Answers  


What is the use of system.environment class in c#.net?

1 Answers  


Define property in c#.net?

1 Answers  


Explain manifest & metadata.

2 Answers   Wipro,


What is append in c#?

1 Answers  


Why do we need abstraction in c#?

1 Answers  


What is nameof c#?

1 Answers  


What does mean c#?

1 Answers  


Why do we need properties in c#?

1 Answers  


What is class method c#?

1 Answers  


Categories