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
write a C# Program add two matrix ?
How to use the sreamReader class to read form a text file?
What is literal control
What are c# collections?
What is the difference between system.text.stringbuilder and system.string?
Are value types sealed?
What's the difference between System.String and System..StringBuilder in C#?
What is the difference between CONST and READONLY?
What is the difference between xml documentation tag?
Differentiate between sqlclient oledb and providers?
What is the property of a class in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Explain the security with aop?
What is a constructor in c#?
What is the difference between protected and private?