Saturday, November 7, 2009

OOPS in C#.net ENCAPSULATION

This is very important feature in C# DOT NET LANGUAGE

ENCAPSULATION is just wrapping up of code and data in a single unit in class we are achieving.
That is in class we are binding code as well as data and it appears like a single unit.

No comments:

Post a Comment