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
Why to use “using” in c#?
What is stringreader in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
Explain the process of Serialization?
What are mutable and immutable types in c#?
What is the use of readkey in c#?
Is type nullable c#?
List the different stages of a thread?
Is datetime immutable c#?
Can we have multiple constructors in a class c#?
What is var c#?
Can non-default constructors be used with single call sao?
What is definition in c#?
Define c# i/o classes?
What is a delegate? Explain.