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

How many aware interfaces are there?

0 Answers  


what are the benefits in using c# ?

1 Answers  


Define assert() method? How does it work?

0 Answers   Siebel,


Define satellite assembly in c#?

0 Answers  


what is a enumeration in c#

0 Answers   Cognizant,






Which one is trusted and which one is untrusted?

0 Answers  


What is gui in c#?

0 Answers  


What does return do in for loop?

0 Answers  


Define constructor in c#.

0 Answers  


Explain constructor.

7 Answers   Wipro,


What is the difference between writeline and write in c#?

0 Answers  


an object,class is value type or refarance type. ?

4 Answers   Synechron,


Categories