How can you implement encapsulation in asp.net?
Answer Posted / amey
Encapsulation - is the ability of an object to hide its data
and methods from the rest of the world. It is one of the
fundamental principles of Oops.
Ex:- Using System.Data.Sql;
Above example show Hiding all the details from the rest of
the world.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
Where is asp.net session stored?
What is the difference between application state and session state in asp net?
When cookie will expire?
Can action method static?
How are sessions stored?
what is a .xap file? Explain with an example.
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How u refer webservices?
How many types of Cookies are available in ASP.NET?
List the types of authentication supported by asp.net?
How does exception management works in ASP.NET?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is server infrastructure?
How do I publish my asp.net application to my isp's web server?
What are the differences between the response.write() and response.output.write()?