How can you implement encapsulation in asp.net?
Answer Posted / rahul kumar
I Java.....
Encapsulation is a mechanism which binds together or
associate together codes or instance variable and methods in
such a way that the instance variable must be encapsulated
and method made publicly open so that the end user can
access the object through defined methods only to ensure
that the define methods is saved for long term or period.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is form submit?
Can we create a multiple user simultaneously ?
Explain the asp.net session state modes.
What is the adavantage of using ASP.NET routing?
What is razor? : asp.net mvc
Which dll handles the request of .aspx page?
What is view state and how it works in asp net?
Explain About duration in caching technique
What is the difference between application state and session state in asp net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How do you implement sql caching in asp.net?
What is a ashx file?
How do we access view state value of this page in the next page?
What is the difference between a default skin and a named skin?