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 a generic in c#?
Can you store different types in an array in c#?
Is c sharp free?
What are delegates?
What is generic collection in c#?
Can we extend static class in c#?
What are callback methods in c#?
What are native methods?
What are the different types of classes in c#?
What is marshalling and what are different kinds of marshalling?
What standard types does c# use?
Does c# support #define for defining global constants?
What does do in c#?
What debugging tools come with the .NET ssSDK?
What is the difference between Java and .NET garbage collectors?