How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / shamim nayab
Encapsulation:
Encapsulation is defined as the process of enclosing
data and function within a physical or logical package.
Abstraction:
Abstraction and encapsulaion are different but related
features.Abstraction enables to make the relevent
information visible
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to Install uninstall assemblies into GAC?
Do void methods have parameters?
What is an object pool in .net?
Are c# generics the same as c++ templates?
To allow an element to be accessed using a unique key which .NET collection class is used ?
What is the difference between serialization and deserialization in c#?
What is jagged array?
What is the use of flag in c#?
Why use a singleton instead of static methods?
What can I create with c#?
Explain the use of Mutex in C#?
How do I automate my desktop application?
Give an example of a ctype.
What does mean before a string in c#?
Is c# an open source language?