Answer Posted / puneet
Desturctors are very much supported by c#. Internally a c#
destructor is converted to a finalize method call.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is verbatim string literal in c#?
Can we inherit two classes in c#?
Why do we need dependency injection in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
What does addressof operator do in background ?
Explain the difference between “constant” and “read-only” variables used in c#?
How to use delegates with events?
What is an escape sequence?
4. Describe the process when we send a request URL? And who is responsible for that?
What issues can be faced while delivering code?
Is c# or c++ better for games?
What is an interface class in c#?
When can a derived class override a base class member?
Why do we need delegates in c#?
Is namespace necessary in c#?