Does C# support static class?Is Static class be inherited by
any class?

Answers were Sorted based on User's Feedback



Does C# support static class?Is Static class be inherited by any class?..

Answer / balamurugan

Static class cannot create any objects

Static class can have only private constructors

static class can contain only static members

Static loads automatically when the clr loads the namespace
of the class.

Is This Answer Correct ?    19 Yes 1 No

Does C# support static class?Is Static class be inherited by any class?..

Answer / hitesh

Yes it supports static class and it can be inherited by
other class but only by using classes and not through
objects

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More ASP.NET Interview Questions

Where do you store the information about the user?s locale?

1 Answers  


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


Which of the following .NET framework supports Web API?

0 Answers  


What is loop in asp.net?

0 Answers  


How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float

2 Answers   CA, Microsoft,






Name some asp objects?

0 Answers  


What is data caching?

0 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


How do you deploy your asp.net application?

0 Answers  


How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  


Categories