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 are dynamic link library used over static one?
Define a jagged array in c#?
what is an exception in .net?
What is a predicate in c#?
If you want to write your own dot net language, what steps you will u take care?
Is inheritance possible in c sharp?
How C# 4.0 supports dynamic programming language?
What language is arduino?
Is c sharp and c# are same?
Can a constructor have a return type?
What does type safety mean?
What is hierarchical inheritance in c#?
What is the base class in .net from which all the classes are derived from?
What do constructors do in c#?
What is difference between assembly and namespace?