How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / ramanathan
holding the deails togather.wrapping updata and methods
together..tis is called Encapsulation..
hiding details.Hiding the implementations of methods in a
classby use of objects..this is called Abstraction..
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Is .net and c# the same?
Is hashset ordered c#?
What are classes in c#?
What is difference between dictionary and hashtable?
Can we declare private class in c#?
What is the process of delegation?
Define using statement in c#?
What is the use of table aliases?
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 use of list in c#?
What are callback methods in c#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
Which is better python or c#?
What is getenumerator?
What is the difference between hashtable and dictionary?