How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / raj
Encapsulation Means Wrapping up of data and methods into a single unit (Class).
Abstraction Means Hiding the Details of method implementation(Interface)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is mvc in c#?
What is the function of .IsDescendent()?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is uint64_t?
What is ienumerable t in c#?
Can a class be protected in c#?
What do you mean by object pooling?
Why do we use Design Pattern in C#?
What is the difference between selection and projection?
Which of these statements correctly declares a two-dimensional array in c#?
Explain the difference between boxing and unboxing.
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is verbatim literal in c#?
What is interface used in c#?