Answer Posted / nilesh
encapsulation is a process of binding or wrapping the data
and the function into a single
unit (eg. Class).
In simple-This keeps the data safe from outside interface
and misuse.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c# console application?
Does main have to be static c#?
Why delegate is used in c#?
How do I develop c# apps?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What are the commonly used i/o classes?
Why we need get set property in c#?
what is a static constructor?
Overloaded constructor will call default constructor internally?
Wcf and what is difference between wcf and web services?
Define an abstract class?
Distinguish between the Debug class and Trace class with its functionality?
What is the use of regex in c#?
What is written in c#?
What is the use of 'using' statement in c#?