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

What is the Difference between directcast and ctype?

1 Answers   Wipro,


Why do we need a finally block in try catch block while handling exceptions

4 Answers   IBM,


What is the difference between constants and read-only?

0 Answers  


What is desktop example?

0 Answers  


Can an array be null c#?

0 Answers  






What is a private constructor? where will you use it?

6 Answers   Fulcrum Logic,


How many aware interfaces are there?

0 Answers  


Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


How do you convert byte array to hexadecimal string, and vice versa?

0 Answers  


What is literal control

0 Answers  


What do you understand by an Implicit Variable?

0 Answers   CGI,


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


Categories