How can you implement encapsulation in asp.net?
Answer Posted / madhuparna bhaumik
1)Encapsulation is a concept of Object oriented programming
2)It means that all of the object's data that is contained
and hidden in the object and access to it restricted to
members of that class.
We can implement encapsulation using State handling in
methods
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a user developed application?
How can we prevent browser from caching an aspx page?
How do you identify that the page is postback?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain the steps to be followed to use passport authentication.
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between union and join?
How can you handle errors in Web API?
How do I use response redirect?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Define common type system?
How can we create a website?