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 namespace is list in c#?
Is char * null terminated?
Why do we need abstraction in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
In dynamic link library, which api is used for load library?
What is appdomain in c#?
Why do we use methods in c#?
What is thread.sleep()?
Which debugging tools you can use in the .NET ssSDK?
What is the difference between out and ref in c#?
Is lazy thread safe c#?
What are the problem with .NET generics?
How big is a float?
What is trim in c#?
Can mvc be used for desktop applications?