All kind of access specifiers for a class and for methods ?
Answer Posted / mohan kumar e.
class -
new,public,protected,internal,private,abstract,sealed
Method :
new,public,protected,internal,private,static,virtual,sealed,
override,abstract,extern
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain cookies with example.
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Is viewstate enabled by default?
Explain the different types of directives in .net?
Can you use c# without .net?
What is different authentication mechanisms used in ASP.NET?
How is the asp.net mvc architecture different from others? : asp.net mvc
How do sessions work?
What are Caching techniques in .NET
What are the advantages of asp.net mvc framework? : asp.net mvc
Define secured sockets layer.
What is difference between Fragment Caching and Page Caching in ASP.NET?
What are the page life cycle events?
How would you turn off cookies on one page of your website?
Define static member?