Can u explain me What is encapsulation?
Answer Posted / imatoria
Encapsulation means hiding the complexity of the object from
outer world. Hiding (wrapping) could be done with class
keyword. So, person creating the object of this class
doesn't know how this class is manufactured, but only public
variables/properties/functions etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are virtual destructures?
What's typical about a windows process in regards to memory allocation in .net?
What is Ajax design pattern in .NET?
How many types of generations are there in a garbage collector?
What is Ajax? How it is related to your project?
Different levels of priority provided by .net.
What are the deferred execution and the immediate execution in linq?
Explain why do we use msmq?
What is the difference between asp.net & vb.net and explain architecture?
What is jit compilers?
What is equivalent for regsvr32 exe in .net ?
What is UDDI and how to register the web service in it?
Write the .net syntax for 'for loop'?
Explain the process of compilation in .NET?
What are the new 2.0 features useful for?