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 does mean before a string in c#?
How do you implement thread synchronization in c#?
Define a jagged array in c#?
Why delegates are required?
Can dictionary have duplicate keys c#?
What is console readkey ()?
can multiple catch blocks be executed for a single try statement?
Are structs faster than classes?
What is difference between internal and protected internal in c#?
What is xamarin used for?
What are interfaces in c#?
Is dll a library?
What is difference between abstract class and interface in c#?
What is data annotation in c#?
What is difference between dictionary and list in c#?