what is Encapsulation?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Define delegate?
What are the differences between value types and reference types?
What is the Difference between directcast and ctype?
Explain how do you convert a value-type to a reference-type?
What will a loop recorder show?
What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all employees whose name starts with La.
How do you serialize an object?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Explain the difference between a Private Assembly and a Shared Assembly
What is an abstract class c#?
how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
what is a enumeration in c#
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)