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
Explain Constructor and destructor?
Can you pass parameters to destructors?
What is the difference between readkey and readline in c#?
What is dll in c#?
Differentiate between object pooling and connection pooling in c#?
What is data hiding in c#?
Why is c# good for games?
what is IDisposal interface
Why do we need delegates in c#?
How long will it take to learn c sharp?
What is an xsd file?
What is a strong name in c#?
Will the following code compile and run?
Is c sharp free?
Can a struct inherit from another struct or class in c#?