Answer Posted / sanjay maurya
the new keyword is basically used in reference types to
create a object and allocate memory to it.
an oter use of new keyword method overriding it override
the base class method from dirved class method when base
class method not define as vertual
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How is the syntax written to inherit from a class in C#?Give an example ?
Explain the three test cases in unit testing?
What is Asynchronous call and how it can be implemented using delegates?
What is the use of properties window?
Can an exception be thrown from a catch block?
What is the difference between a function and a method?
What is the use of generics in c#?
Why is it not a good idea to use empty destructors?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is an array of arrays called?
Enlist some of the properties of a thread class?
When Should You Call The Garbage Collector In .net?
What are the advantages of using assemble language programming?
How to find the current application file path while runtime?
What is a class level variable in c#?