How encapsulation and abstraction defined/used in C#.NET.

Answer Posted / ramanathan

holding the deails togather.wrapping updata and methods
together..tis is called Encapsulation..
hiding details.Hiding the implementations of methods in a
classby use of objects..this is called Abstraction..

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For read-only operation which property you have to designated?

665


Which property of the textbox cannot be changed at runtime?

555


What is the difference between CONST and READONLY?

657


What is difference between static and constant variable?

621


Can we override main method in c#?

573






What are virtual classes in c#?

620


Is it possible to have a static indexer in c#? Allowed in c#.

614


What is the difference between arraylist and list in c#?

529


Are all methods virtual in c#?

625


What is extension method in c# and how to use them?

548


What is the difference between interface and abstract class in c#?

554


Why do we use yield in c#?

585


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

665


Which are access modifiers available in c#?

617


Which operator cannot be overloaded in c sharp?

574