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
How can you access a private method of a class?
What is concrete class in c#?
what are pointer types in c#
What is a static field?
What is binding in c#?
What are custom exceptions in C#?
What does the initial catalog parameter define in the connection string?
What is console readkey in vb net?
Which is better javascript or c#?
Is string mutable in c#?
What does clr stand for?
What do you understand by the terms datareader object and dataset object?
What are types in c#?
Can we inherit singleton class in c#?
Explain how do you directly call a native function exported from a dll?