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
How to find last error which occurred?
How can we make sure that Web API returns JSON data only?
What are the new features added from ASP to ASP.NET?
Explain the use of fragment caching.
How many types of cookies are there in asp.net?
Diff between web user control and web custom control?
What are the differences between clr & cts?
What is the use of view state?
To display data in a Repeater control which template you provide?
What threading model used in asp and asp.net?
Explain server-side scripting?
Explain the use of dataadapter.
What is a postback ispostback and autopostback in asp net?
What is the difference between application state and session state in asp net?
Explain file-based dependency and key-based dependency.