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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the benefit of dependency injection c#?
Explain the types of assemblies in .net?
What is a decimal c#?
Why is it important to override gethashcode when equals method is overridden?
Why do we need generics in c#?
Is int an object in c#?
Can abstract class instantiated c#?
what are the Disadvantages of vb
Describe an interface class?
What is event and delegates in c#?
What is application c#?
Why is c# used?
Enlist the different types of classes in c#?
What is datacontract in c#?
what is collections in .net? why we use?