How can you implement encapsulation in asp.net?
Answer Posted / abhishek bhardwaj
Encapsulation is the concept of OOPS and it is very simple
we can hide data by using Access Modifires like Private
Protected......
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How to use multiple scriptmanager controls in a web page?
Write a code for sending an email from asp.net application.
What a diffgram is, and a good use for one?
What is form submit?
What are asp.net web forms?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is validation in asp.net?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Is web config mandatory?
What is difference between datalist and gridview?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are the media types of http requests and response?
Define resource files.