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
What is difference between c and c sharp?
What is hashtable in c# with example?
What is hierarchical inheritance in c#?
Is and as in c#?
What is dataview c#?
What is sqldatareader c#?
What is int parse in c#?
What is the use of console readline () in c#?
What is getenumerator?
Is c# code is unmanaged or managed code?
Why interface is required?
What is dependency injection?
write a C# Program add two matrix ?
What does addressof operator do in background ?
What is difference between singleton and static class in c#?