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 the difference between login controls and forms authentication?
What are the advantages and disadvantages of Using Cookies?
What is an asp.net web form?
What is class and object in asp.net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain client-side scripting?
What is form submit?
Explain what does wsdl stand for?
Which class is used to send an email message from an ASP.NET Web page?
How to create events for a control?
What are all the various Estimation Techniques available ?
Where is session cookies stored?
Explain diff. Between friend and protected friend?
How do I create a web form?
Describe the diffeerence between inline and code behind?