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 does protected internal access modifier mean?
What are the three types of predicates?
What is a sealed class?
Is c# easier than c++?
What is xml serializer?
Can a dictionary have duplicate keys c#?
What is concrete method in c#?
What is xaml in c#?
What is cookies in c# asp net?
Which is more efficient for loop or while loop?
List the difference between interface and abstract class?
What does exclamation mark mean c#?
What is a shared assembly?
What is difference between singleton and static class in c#?
What is a byte in c#?