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


Please Help Members By Posting Answers For Below Questions

What are strongly typed objects?

688


Distinguish between finally and finalize blocks?

707


What are the types of delegates in c#?

666


What is difference between array and list in c#?

641


What is a private method in c#?

694


What is .edmx file?

716


What are delegates and why are they required?

718


What is the use of thread join in c#?

693


How do I create a single-file assembly?

717


Can a method return multiple values in c#?

641


What is the difference between static and private constructor in c#?

713


What is the purpose of private constructor in c#?

763


What will a loop recorder show?

746


What is dao in c#?

676


What are the different ways of method can be overloaded?

679