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 difference between yield and return?
what is the scope of anonymous type ?
What is cache memory in c#?
What is callback delegate in c#?
Can abstract class have private constructor c#?
Explain the difference between abstract class and interface in .net?
Why are c# strings immutable?
What is an interface class? Give one example of it
How can you set image source dynamically from c# application to ”test.png” file?
What is returned if you pass the value 12.34 to the parsefloat () function?
How we can create an array with non-default values?
What are the types of inheritance in c#?
What is difference between a type and class?
Are c# references the same as c++ references?
What are the different types of constructors?