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 sealed class in c#?
What is an extension method in c#?
How can you force derived classes to provide new method implementations for virtual methods?
4. Describe the process when we send a request URL? And who is responsible for that?
What is application object in c#?
Why ienumerable is used in c#?
Why do we use static methods in c#?
Is Multiple-inheritance supported by c#?
Can you put two constructor with the same structure in a class?
Why do we need reflection in c#?
What is static classes in c#?
Difference between value and reference type.
What is global namespace in c#?
What is datarelation c#?
Why do we use namespace in c#?