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
Describe difference between inline and code-behind?
Difference between machine.config and web.config?
Please explain what is the .net framework and how does it work?
What is misl?
How to Create and Consume a Web Service?
What is alias ? Is it used in .Net ?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Describe the Managed Execution Process
What is COM Interoperability in .NET
what is dotnet architecture? can anyone explain that.
When we use windows api in .net is it managed or unmanaged code?
Explain how com+ related to the dna architecture?
What is func in .net 3.5?
Tell me what is a “jagged array”?
What is "microsoft intermediate language" (msil)?