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 are some examples of desktop applications?
What is better C# or VB.NET?
Can extension methods access private members?
Define boxing and unboxing in c#?
What is the name of c# compiler?
What are strong name assemblies?
What is the difference between Java and .NET garbage collectors?
What is delegates in c# and uses of delegates?
What is the difference between a method and a property?
List down the reason behind the usage of c# language.
What are the access modifiers in c#?
What is static void main in c#?
What is the difference between var and dynamic types in c# 4.0?
What is local function?
What do you mean by serialization in .NET?