Answer Posted / anand
Structures doesnt have descrutors..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can private virtual methods be overridden in c#.net?
What is the value which is accepted by all data types ?
Explain the use of virtual, sealed, override, and abstract method?
Write down the c# syntax to catch an exception
What does namespace mean?
What happens during the process of boxing?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is private static in c#?
Structs are not reference types. Can structs have constructors?
What is the difference between User controls and Custom Controls?
Explain how do I convert a string to an int in c#?
What is the difference between as and is operators in c#?
Can int be null in c#?
What is static void main in c#?