Answer Posted / senthil kumar
The keyword New is used to create the object for the
classes.using that object all the methods and properties
are invoked.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What is regex c#?
What is the difference between array and arraylist c#?
What is the difference between field and property in c#?
What is the difference between interface and inheritance in c#?
What is the use of properties window?
What is thread pooling?
Explain the difference between access specifier and access modifier in c#?
Explain the different types of delegates used in c#.
What do you mean by delegates and explain different types of delegates?
What is gac? What are the steps to create an assembly and add it to the gac?
Do vs while c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
Name the method of servicebase class?
What is the C# syntax to catch any possible exception?
Explain the difference between abstract class and interface.