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
Define boxing and unboxing in c#?
What is lock in c#?
What is console readkey in vb net?
What is int32?
What type is string in c#?
What is c# and why it is used for?
What is the use of table aliases?
What is difference between private and static constructor?
In how many ways you can overload a method?
Define property in c#.net?
What is data binding with example?
What does using system mean in c#?
What does args mean in c#?
How can it prevents DLL Hell assembly versioning in .NET?
What's the difference between the debug class and trace class? Documentation looks the same.