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
What is property c#?
What are PE(Portable Executable)?
how dot net compiled code will become platform independent?
Is clr a compiler?
Explain the difference between proc. Sent by val and by sub?
What is console programming language?
What is wpf c#?
What is a delegate in c#?
Is c# 8 released?
Are enums static c#?
How more than one version of an assembly can keep in same place?
What is thread and explain states of a thread in c#?
Can you have an array of arrays?
Define Abstract Class in C#
What are the advantages of interface in c#?