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
What is value c#?
How do I know if executenonquery is successful c#?
Is there any sample c# code for simple threading?
Differentiate between sqlclient oledb and providers?
What Is An Interface Class?
Does c# have a 'throws' clause?
Why do we overload constructors?
Explain how to use an extender provider in the project.
Write a program in C# for checking a given number is PRIME or not.
What are the principles of delegation?
What does async mean in c#?
What is an int c#?
How C# 4.0 supports dynamic programming language?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is the use of regex in c#?