what is the purpose of new keyword while creating an object?
Answer Posted / vasantha
new keyword is used the memory is allocated at runtime for
object
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Is a valid int value?
Describe the ways of cleaning up objects in c#.
What does convert toint32 mean?
How to open a new form on button click in Windows forms?
What are jagged arrays used for?
Define satellite Assembly?
How does one compare strings in c#?
What is constructors, explain with syntax
What is use of private class in c#?
Can private virtual methods be overridden in c#.net?
Will the following code compile?
Which of the following API is used to hide a window?
why delegate is type safe?
What is access specifier in c#?