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
How would ASP and ASP.NET applications run at the same time on the same server?
What are the steps to follow to host a web application on a web server?
What is asp.net and ado net?
What is the difference between viewstate and hidden field in asp.net?
What is the life-span of the items in the viewstate?
How does output caching work in ASP.NET?
What is recordset asp?
Describe SOA and the tenets of it?
What is asp.net introduction?
What is page fragment caching?
What is a multilingual website?
Explain the differences between managed and unmanaged code?
Explain the use of duration attribute of @outputcache page directive.
What is a SESSION and APPLICATION object?
What is the importance of Global.asax in ASP.NET?