what is default accessibility for a class?
what is difference b/w viewstate and controlstate?
what is the default access specifier for a top level class
which are not nested into other classes?

Answers were Sorted based on User's Feedback



what is default accessibility for a class? what is difference b/w viewstate and controlstate? what..

Answer / swetha

default accessibility of class is internal...
view state info is stored in encrypted format unlike contrl
state...default access specifier for top level class which
r nt nested into onther classes is private..

Is This Answer Correct ?    8 Yes 0 No

what is default accessibility for a class? what is difference b/w viewstate and controlstate? what..

Answer / guest

intenal

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the Difference between read only and constant variables?

14 Answers   SilverKey,


How many constructor can a class have?

0 Answers  


If a class is a ref type, how we can pass to a function.

1 Answers   Synechron,


What is the difference between C# 3.5 and C# 4.0?

0 Answers  


What is the difference between ienumerable and icollection?

0 Answers  






Name any three ways to pass parameters to a method in c#?

0 Answers  


What is Lambda Expression?

1 Answers  


To catch any possible exception What is the C# syntax written ?

0 Answers   Siebel,


Explain copy constructor?

0 Answers   Accenture,


what is unit testing

2 Answers  


What is multicast delegate explain with example?

0 Answers  


What is .net console?

0 Answers  


Categories