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


Please Help Members By Posting Answers For Below Questions

In c#, what will happen if you do not explicitly provide a constructor for a class?

518


What are sorted lists?

501


What floating point types is supported in C#?

592


What is xml document how do you open it?

568


Define multicast delegate? How it be used?

597






How to Install uninstall assemblies into GAC?

504


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

496


What are the types of comment in c# with examples?

479


What is delegates in c# and uses of delegates?

470


What is difference between Enum and Struct?

550


Where’s global assembly cache located on the system?

526


What can I create with c#?

488


What is the difference between hashtable and dictionary?

507


Is it not possible to store a boolean value as a variable?

445


When would you use generics in your code c#?

488