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 var be null c#?
What's difference between constants and static readonly?
What is single dimensional array in c#?
What is primitive types in c#?
Is list passed by reference c#?
Is c# a backend language?
How do partial classes work in c#?
What is event and delegates in c#?
Difference between debug.write and trace.write?
Why c# is type safe?
Define c# i/o classes?
what is the difference between a struct and a class in c#?
What is the meaning of console writeline in c#?
What does int parse do in c#?
What is multidimensional array in c#?