How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / gitesh sankhe
Encapsulation has two faces; data abstraction and
information hiding. Data abstraction is a type seen from
the outside. Information hiding is a type seen from the
inside.
Abstraction focuses on the outside view of an object (i.e.
the interface)
Encapsulation (information hiding ) prevents clients from
seeing its inside view, where the behavior of the
abstraction is implemented
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to generate strong name key file or which command is used to generated strong name key file?
what is an event? Define delegate?
In which way you can convert a value-type to a reference-type?
Explain the types of assemblies in .net?
What is the use of console?
What Is A Multicast Delegate?
Explain about c# language.
What does void do in unity?
Can you mark static constructor with access modifiers?
How do you read an Excel sheet in C#?
What is the difference between ienumerable and enumerator?
Name some string escape sequences in c#.
What is meant by console programming?
Explain concurrency with aop?
How can I check the type of an object at runtime?