Post Top Ad

Asp.Net Core Mvc

Blazor

Post Top Ad



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.

No comments:

Post a Comment

Post Top Ad