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.
Tags
OOP