Answer Posted / sushain sharma
By ommitting set part of property e.g
class A
{
private int n=5;
public int Number
{
get
{
return n;
}
}
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is validation in asp.net?
What is the parent class of all web server control?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Is asp.net web forms dead?
Which object wraps the state or data of a user?
What are early binding and late binding.
What is the main differences between asp and asp.net?
How would ASP and ASP.NET applications run at the same time on the same server?
How you can access the values from the Repeater control in ASP.NET?
What is the use of worker process in asp.net?
What is base class of button control in .net?
How should I destroy my objects in asp.net?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is difference between session and cookies in asp net?
What is applicatio domain?