Answer Posted / sangita patra
the new keyword is basically used in reference types to
create a object and allocate memory to it.and it can also
be used in value types to invoke the default constructor.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is namespace explain with example?
Is c sharp free?
Why do we need singleton class in c#?
What is assembly c#?
What are the main reasons to use c# language?
What is readline c#?
What is static and use of it?
Can the accessibility of a type member be greater than the accessibility of its containing type?
How do you sort a list in c#?
What is winforms c#?
What are the differences between value types and reference types?
What is the use of static members with example using c#.net.
Can structs in c# have destructors?
What is desktop GUI application?
How does inheritance work in c#?