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 server control extensibility with reference to asp.net 2.0 ?
Explain the difference between response.redirect vs server.transfer
What is http pipeline in asp.net?
Explain how cookies work.
Why we use asp.net for website development?
How do you remove duplicates without using remove duplicate stage?
Why is the standalone environment only useful during the development process?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is session in asp.net?
What are merge modules?
Explain what are delegates?
Differences between “dataset” and “datareader”.
Define web services in asp.net.
Which type of state management is provided by Query String in ASP.NET?
What is the difference between sealed vs static class?