How can you implement encapsulation in asp.net?
Answer Posted / abhishek bhardwaj
Encapsulation is the concept of OOPS and it is very simple
we can hide data by using Access Modifires like Private
Protected......
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between session.abandon() vs clear()?
To add a hyperlink column to the DataGrid which tag is used ?
Explain the overview of asp.net?
Explain code snippet to register exception filters from controller?
What is session id in web application?
What are server objects?
What is the difference between “Web.config” and “Machine.Config”?
What is a Cookie? Where is it used in ASP.NET?
What is Web API?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What does ascx stand for?
What is asp.net file?
When does a session actually start?
What is the use of global.asax file?
Why does my asp.net file have multiple tag with runat=server?