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
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is enableviewstatemac in asp net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is http only cookie?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is difference between URL and URI?
How does windows service lifecycle differ from a .standard. Exe?
Which is better asp.net or php?
Can one dll file contains the compiled code of more than one .net language?
Why is string called immutable data type?
Why do we need Sessions?
What is server components?
What is data control in asp.net?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain Session state management options in ASP.NET.