Answer Posted / asif aslam
Abstract class start with the keyword abstract,we can't
create direct instantiate of the abstract class,an abstract
class may contain the pure virtual,abstract function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain login control and form authentication.
What is http request and response?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are the advantages and disadvantages of Using Cookies?
How can you dynamically add user controls to a page?
What is the difference between asp.net and mvc?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the significance of proxy user?
What is the difference between c# and .net?
Explain code snippet to register exception filters from controller?
Is asp.net different from asp? If yes, explain how?
What is a master page and what does it do?
explain code with multi inhertance
How do I send an email message from my ASP.NET page?
What’s the difference between response .redirect and server.transfer?