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 are session and cookies?
What is asp.net web pages?
What are the different types of Caching techniques in ASP.NET?
How Session use Cookies in State Management?
What is global.asax file used for?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
how to include timer or counting time to display next page in asp.net
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is difference between abstract class and an interface?
If we remove web.config or machine.config from the application then, is this application will works?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is a query string in a url?
Is it possible to apply themes to an asp.net application? If yes, then how?
Explain the difference between the web config and machine config.
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?