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 strongly typed objects?
Distinguish between finally and finalize blocks?
What are the types of delegates in c#?
What is difference between array and list in c#?
What is a private method in c#?
What is .edmx file?
What are delegates and why are they required?
What is the use of thread join in c#?
How do I create a single-file assembly?
Can a method return multiple values in c#?
What is the difference between static and private constructor in c#?
What is the purpose of private constructor in c#?
What will a loop recorder show?
What is dao in c#?
What are the different ways of method can be overloaded?