Contrast the use of an abstract base class against an interface?
Answer Posted / anbazhagan vv
A class can inherit only one absatract class, whereas the a
class can inherit more than one interface.
An abstract class can have abstract as well as non abstract
methods whereas the interface can have only the abstract
methods.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is asp.net version?
What are cookies in your browser?
How you will manage the state of ASP.NET controls?
Explain the difference between authentication and authorization.
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is css and what is it used for?
Any disadvantages in Dataset and in reflection ?
What are the different types of proxy patterns?
What is the difference between equals() and == in c#?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is synchronous and Asynchronous post back ?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain about the .NET framework?