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
Where would you use an ihttpmodule, and what are the limitations if any?
To get the values in two different controls to match which control you use it?
What are the file extensions for razor views?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the difference between user control an custom control?
How does asp page work?
Define globalization and localization.
Can you use Web API with ASP.NET Web Form?
Define data caching?
Can one dll file contains the compiled code of more than one .net language?
Where the assembly is stored in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Differentiate between a hyperlink control and a linkbutton control.
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?