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
Explain the difference between abstract class and interface in .net?
Why do we need abstract class?
What is action in c# 3.5?
what is a enumeration in c#
Explain the use of virtual, sealed, override, and abstract method?
Is c# code is managed or unmanaged code?
What is default access specifier for class in c#?
Illustrate namespaces in c#?
What do u mean by delegation?
What will be the output of the following code?
Give an example of a directcast.
Explain the different types of delegates used in c#.
What is multithreading with .net?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is polymorphism in c sharp?