Answer Posted / kalidoss
Actually the new operater is used to allocate the memory to
an object that object not needed for longtime,so that
objects are thrown away or release from the memory by the
garbage collector.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is an array? Give the syntax for a single and multi-dimensional array?
What is out in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
How can i Spawn a Thread
What is c# used for?
Can class inherit from struct c#?
What is append in c#?
What is callback in c#?
What is namespace give the example?
Write a C# program to find the Factorial of n
What is the use of tuple in c#?
What is difference between private and protected in c#?
What is difference between sleep () and wait ()?
What is the difference between icomparer and icomparable in c#?