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
What are the differences between a class and a struct?
Can we inherit private members of class in c#?
Is int reference type c#?
Explain code compilation in c#.
Explain the ways to deploy an assembly?
Is array passed by reference in c#?
What is default value of enum c#?
What are the 3 different types of arrays?
Is c# and c sharp same?
What is the difference between finalize() and dispose() methods?
What is difference between abstract class and interface in c#?
What is difference between array and collection in c#?
explain the nature of the assembly work?
What does m mean in decimal c#?
Explain streamreader/streamwriter class?