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 does il do?
Explain about .NET services?
Explain re-clarification of object based in .net?
what is the keyword used for self reference?
Can I write my own .net host?
When displaying fonts, what is the difference between pixels, points and ems?
Please explain what is the difference between encrypting a password and applying a hashing?
What is common language specification (cls)?
What is value type and refernce type in .net?
What's typical about a windows process in regards to memory allocation in .net?
What is the difference between imperative and interrogative code?
Explain the code behind wors and contrast that using the inline style.
Explain About GDI object ?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Describe the compilation process for .net code?