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 delegate methods?
How to create multi-dimensional array?
Name some properties of array.
Is c# easier than javascript?
List the different stages of a thread?
Is struct object oriented?
Why do we need singleton pattern in c#?
What are the properties of c#?
What is the use of convert toint32 in c#?
Define delegation in .net?
What is the difference between int and int in c#?
i want o/p 011242110 in c# code.
What will be the output of the following code?
What are the problem with .NET generics?
Are c# strings immutable?