Answer Posted / abc
There are two types of propery
1.get
2.set
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Explain About .Net remoting
When do you generally use a class over a struct?
When was .net linq added?
What is a view? What is the use of it?
What is an escape sequence?
What is difference between c and c sharp?
When a Static Constructor is called in a Class?
Why are dynamic link library used over static one?
Why do we need generics in c#?
What is out in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What is strongly typed in c#?
What is collection class c#?
Are attributes inherited c#?