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 are the concepts of dispose method?
What are c# attributes and its significance?
Explain About Web.config
List some of the classes used by system.data namespace?
What is difference between encapsulation and abstraction in c#?
What is an int c#?
What are most desktop applications written in?
What is the property of a class in c#?
What does console readline do in c#?
How does c# achieve polymorphism?
What is the use of iqueryable in c#?
Can a string be null c#?
Can a struct inherit from another struct or class in c#?
Why do we need to override in c#?
What is default method in c#?