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
For read-only operation which property you have to designated?
Which property of the textbox cannot be changed at runtime?
What is the difference between CONST and READONLY?
What is difference between static and constant variable?
Can we override main method in c#?
What are virtual classes in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
What is the difference between arraylist and list in c#?
Are all methods virtual in c#?
What is extension method in c# and how to use them?
What is the difference between interface and abstract class in c#?
Why do we use yield in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Which are access modifiers available in c#?
Which operator cannot be overloaded in c sharp?