Auto Properties in C# | OOP in C# Part-8


Automatic property in C#

Automatic property in C# is a property that has backing field generated by compiler. It saves developers from writing primitive getters and setters that just return value of backing field or assign to it. We can use attributes in many cases but often we need properties because features in different

Post a Comment

Previous Post Next Post