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
My switch statement works differently! Why?
What is routing in c#?
How do I do implement a assert?
Explain how to implement an object pool in c#.net
What is difference between web and window application?
Can we override static class in c#?
What are the different types of comments in c#?
Explain states of a thread in c#?
What are the problem with .NET generics?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What is out int in c#?
Why do we need generics in c#?
How to exclude a property from xml serialization?
Explain the working of serialization?
Can delegates be used as callbacks?