1
Reply

what is te concept os encapsulation in c#?

Fawad Mirza

Fawad Mirza

Jan 23, 2011
6.9k
0

    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.

    Abhishek Bhat
    January 27, 2011
    0