What is property in c#?



What is property in c#?..

Answer / Shikha Johri

In C#, a property is a member that exposes some underlying data or other functionality. Properties provide an easy way to access and manipulate the data, while hiding the implementation details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the advantages of generics in c#?

1 Answers  


About delegates and events?

2 Answers   ADITI,


can any one send the project manager questions in .net

1 Answers  


Why is main static in c#?

1 Answers  


What is delegates in c#?

1 Answers  


What is an int c#?

1 Answers  


What is an ienumerable in c#?

1 Answers  


Why cannot you specify the accessibility modifier for methods inside the interface?

1 Answers  


Is c# still popular?

1 Answers  


Is c# code is managed or unmanaged code?

1 Answers  


how to sort an array in c#

1 Answers   Cognizant,


What is generic types in c#?

1 Answers  


Categories