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
Difference between web user control and web custom control?
What does passport and windows authentication mean in ASP.NET?
What is the difference between GridView and Repeater controls in ASP.NET?
What is session object? Describe in detail.
What events will occur when a page is loaded?
What is Bundling and Minification in MVC?
List down the sequence of methods called during the page load.
Is asp.net different from asp? If yes, explain how?
Is there any limit for query string? Means what is the maximum size?
What are httphandlers and httpmodules and difference between them?
What is smpte vc-1?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is the Intermittent crashing of application in production?
What are the various types of validation controls provided by asp.net?
How do we access view state value of this page in the next page?