1
Reply

what is te concept os encapsulation in c#?

Fawad Mirza

Fawad Mirza

13y
6.9k
0
Reply

    Hiding the implementation from client is called as encapsulation. There are numerous ways of encapsulation in C# and Dotnet. Best example will be a webservice where the client only gets to see the method signature but will never get to know about underlying implementation.