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
What is the purpose of a constructor in c#?
How many classes are there in classification?
Explain how to implement delegates in c#.net
What is xor operator in c#?
What is difference between float and integer?
What is sealed class in c#?
How would you describe encapsulation in c#?
What are the various components in crystal reports?
Can constructor have return type c#?
What is global namespace in c#?
What is data bind in c#?
What is concrete method in c#?
What are custom exceptions?
Explain the access modifiers in c#?
Can an array be null c#?