Contrast the use of an abstract base class against an interface?
Answer Posted / kavita sharma
Abstract classes can provide implementations for methods and
properties. Interfaces only provide required declarations.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
Which methods validate all the controls on a page?
What are demand-paging and pre-paging?
Why mvc is faster than asp.net? : Asp.Net MVC
Explain Areas in MVC?
Which asp.net objects encapsulate the state of the client and the browser?
What is an example of an application service provider?
What kind of data we can store in viewstate?
Define repository pattern in asp.net mvc? : asp.net mvc
How to implement Authentication and Authorization?
What does the orientation property do in a menu control?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Can we override the enablepartialrendering property of the scriptmanager class?
Explain how to prepare culture-specific formatting in .net.
How can you use a custom controls in ASP.NET application?
What is the use of ASP.NET routing?