Data Hiding in C# | OOP in C# Part-6



In this tutorial, I will discussed about data hiding in c#


Data Hiding is a concept in C#. In C Language Struct can not hide data of its data members. Where as in C#, we got the luxary of hiding data using e different access levels - private, protected, public.

Post a Comment

Previous Post Next Post