How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / sp
Encapsulation is the process of hiding details from the
outside of the source.
Abstraction is the process of hiding details from other than
the child's.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain About DTS package
What are the 4 pillars of any object oriented programming language?
What is xml serializer?
What is master page in asp net c#?
What is a template class?
How can an inner class access the members of outer class?
What are variables in c#?
Are arrays value types or reference types?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What does public mean in c#?
Define multicast c# delegate?
Can list contain duplicates c#?
What are the new features in c# 2.0?
Is versioning applicable to private assemblies?