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
Explain the difference between “as” and “is” operators used in c#?
Why do we need indexer in c#?
What is the use of oops in c#?
What are class fields?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is the difference between new and override in c#?
What is difference between the "throw" and "throw ex" in .net?
What is callback method in c#?
What is null propagation c#?
What is interface c#?
Is double a decimal?
What is a cs file?
Explain about multithreading?
What is an interface class? Give one example of it
How to handle exceptions that are raised in a component?