We cannot create instances of static classes. Can we have constructors for static classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

can a structure used in a class if yes then how.

2 Answers   Synechron,


How long does it take to learn c# programming?

0 Answers  


What is static class in C#?

0 Answers   Winsol Solutions,


why do we use Overloading, Overriding, Boxing, Unboxing, and what is the use of these ?

3 Answers   eXensys,


How cache is implemented in web application for DB queries?

2 Answers   TCS,






what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

0 Answers   4Cplus,


What does break do in loop?

0 Answers  


Can you create sealed abstract class in c#?

0 Answers  


who is a protected class-level variable available to?

0 Answers   Siebel Systems,


the selected inf of other combobox?How do you achieve it?

1 Answers   CTS, Microsoft,


What is the functionality of break and continue in Visual Studio?

2 Answers   JPMorgan Chase,


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


Categories