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
Can you inherit multiple classes in c#?
What do you mean by sealed classes and static classes?
Why would you use untrusted verification?
Which debugging tools you can use in the .NET ssSDK?
How does insertion sort work?
What is the difference between console application and windows application?
Why singleton is sealed?
What is the purpose of dependency injection?
What are the basic string operations? Explain.
How do I stop my console from closing in c#?
What is type class in c#?
What is generic delegate in c#?
Can datetime be null c#?
C# called c sharp why?
What is binary search tree in data structure?