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 is the difference between .net and laravel?
Explain what are possible implementations of distributed applications in .net?
What are the differences between user control and server control?
What is connected and diconnected database ?
Explain code access security.
What is the use of design pattern?
How is meant by dll in .net?
Tell us why do we use the “using” statement?
What is a formatter in .net?
Describe session handling in a webform, how does it work and what are the limitations?
Tell us the differences between an interface and an abstract class in .net?
Why you want to leave your previous company.
Will my .net app run on 64-bit windows?
Can a dll be changed to an exe?
Can a try block have nested try blocks?