Answer Posted / anand
Structures doesnt have descrutors..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is super class in c#?
Is overriding of a function possible in the same class?
What is the data provider name to connect to access database?
Can you access a hidden base class method in the derived class?
What are the two uses of a ‘using’ statement in c#?
What is a multicast c# delegate?
What is the difference between integer and double?
What is difference between override and new in c#?
What are extensions methods in c#?
Explain use of abstract and sealed classes in c#?
What is using in c#?
If I want to override a method one of class A and in class b then how do you declare?
Is it possible to execute multiple catch block for a single try statement?
What is the difference between // comments, /* */ comments and /// comments?
Can we override static class in c#?