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 a protected class c#?
Can class be protected in c#?
What is ilist c#?
What is the difference between firstordefault and singleordefault?
What does dbml stand for?
Can we set image Source dynamically using C# in WPF application?
What is the difference between parse and tryparse in c#?
What is the advantage of constructor?
How do I move from one form to another in c#?
Please explain the basic string operations used in c#?
What is asynccallback c#?
How do I edit a dll file?
What is the different types of private assembly and shared assembly?
What is c# windows form application?
What is object pool in .net?