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
What is the default Orientation property in a Menu control?
What is a pixel url?
To load your generated dataset with data which method do you invoke?
Why is it preferred to not use finalize for clean up?
What is dynamic web page with example?
What is meant by ispostback in asp net?
What is http protocol and how it works?
What are the HTML server controls in ASP.NET?
Can I stream live content/events?
What parameters can you pass in the url of the api?
Is a dll file an executable?
What are the memory-mapped files?
Explain the steps to be followed to use passport authentication.
What are the advantages and limitations of query string?
What is the difference between user control and custom control?