Describe ways of cleaning up objects in c#.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can the accessibility of a type member be greater than the accessibility of its containing type?

0 Answers  


What is the difference between abstract and abstraction?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Overloaded constructor will call default constructor internally?

0 Answers  


Write a C# program to find the Factorial of n

0 Answers  






Is predicate a functional interface?

0 Answers  


Can a method be sealed in c#?

0 Answers  


What is string literal in c#?

0 Answers  


Illustrate serialization?

0 Answers  


How do I enforce const correctness in c#?

0 Answers  


Difference between debug.write and trace.write?

0 Answers  


Why we use extension methods in c#?

0 Answers  


Categories