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
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?s the top .NET class that everything is derived from?
4 Answers Hindawi, Siebel, Visual Soft,
What is gridview c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Can we override constructor in c#?
How to throw an caught exception from cath block?
What is virtual in c#?
What is the purpose of private constructor in c#?
What is the xml document structure?
What is Delay Signing?
Is it possible to inline assembly or il in c# code?
What is string empty?
Can you create partial delegates and enumerations?