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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of Using Cookies?

739


What is .net remoting?

840


When you use Ajax controls in the ASP.NET application?

808


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

835


Less than one page, how many windows will you be able to maintain?

796


What is anonymous authentication?

828


Diff between web user control and web custom control?

760


Define session in asp.net.

752


in which protocol ASP.NET WEB API Work?

845


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1732


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

756


What is the difference between ldap and active directory?

796


How do I know asp.net mvc version? : Asp.Net MVC

757


Which platform does Microsoft .NET use for exchanging data between applications?

820


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1697