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 difference between cache and session?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is ispostback method in asp.net?
Explain the purpose of storyboard.targetproperty.
What is voluum?
What is the difference between client-side and server-side validations in webpages?
What is the parent class of all web server control?
Explain managed code an un-managed code.
What role “#&&” plays in a querysting?
Can I stream live content/events?
Explain server control extensibility with reference to asp.net 2.0 ?
Explain diff between dataset and datareader?
Contrast OOP and SOA. What are tenets of each ?
What is GAC in ASP.NET 2.0
What’s the difference between response .redirect and server.transfer?