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

Which CSS property can be used for controlling the stretchiness of a control?

1 Answers   TCS,


What is the usage of transponders?

0 Answers   Wipro,


What does the keyword virtual mean in the method definition?

1 Answers  


What is the use of system.environment class in c#.net?

0 Answers  


List out the differences between array and arraylist in c#?

0 Answers  






What are the types of comment in c# with examples?

0 Answers  


For read-only operation which property you have to designated?

0 Answers   Siebel,


Does c# support a variable number of arguments?

0 Answers  


Name any three ways to pass parameters to a method in c#?

0 Answers  


What is method in c#?

0 Answers  


Explain About delegates

0 Answers   TCS,


What is an escape sequence? Name some string escape sequences in c#.

0 Answers  


Categories