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 the purpose of master page?
What is the difference between union and structure?
What are cookies in your browser?
How many web config files can be created for an application?
What is a web based system?
Why would anyone need to implement their own hashtable or linked list?
How can u deifne the benefits and limitation of using Viewstate for state management?
What does a switch do?
Explain the asp.net mvc folder conventions? : asp.net mvc
How does exception management works in ASP.NET?
What are demand-paging and pre-paging?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the difference between globalization and localization?
How to display validation messages in one control?
What is Web API Routing?