what is Encapsulation?

Answers were Sorted based on User's Feedback



what is Encapsulation?..

Answer / vishal singh

Encapsulation is a process of binding or wrapping the data
and the codes that operates on the data into a single
entity (eg. Class).
This keeps the data safe from outside interface and misuse.
One way to think about encapsulation is as a protective
wrapper that prevents code and data from being arbitrarily
accessed by other code defined outside the wrapper.

Is This Answer Correct ?    11 Yes 1 No

what is Encapsulation?..

Answer / betty

Encapsulation is information hiding. By using the access
modifier (like private, public, internal, protected), you
are practicing encapsulation.

Is This Answer Correct ?    2 Yes 0 No

what is Encapsulation?..

Answer / penchal das

Encapsulation is the process of wrapping up of data into a
single unit called as "class",or hiding complexity.

Is This Answer Correct ?    2 Yes 0 No

what is Encapsulation?..

Answer / mithilesh kumar

Encapsulation literally means "to inclose in or as if in a
capsul.
"Encapsulation is defined as the process of
enclosing one or more items within a physical or logical
package .It involves preventing to nonessential details."

Is This Answer Correct ?    1 Yes 0 No

what is Encapsulation?..

Answer / faisal

Encapsulation is the process about DATA hiding.

Is This Answer Correct ?    1 Yes 0 No

what is Encapsulation?..

Answer / 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

what is Encapsulation?..

Answer / kokila

hide the data

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is concurrent queue thread safe?

0 Answers  


What is difference between constants and read-only?

0 Answers  


What is visual c# net?

0 Answers  


Can multiple catch blocks be executed?

4 Answers  


What is an interface class in c#?

0 Answers  






What is out int in c#?

0 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


Is unboxing an implicit conversion?

0 Answers  


What do you understand by 'access specifiers' in C#?

0 Answers   Genpact,


What do you mean by for each loop?

0 Answers  


What is the use of ienumerable?

0 Answers  


Categories