Contrast the use of an abstract base class against an interface?
Answer Posted / rajeev kumar singh
An abstract class can have abstract as well as non abstract
methods whereas the interface can have only the abstract
methods.
An Abstract inherit a class, an abstract class and implement
an interface. But interface can only implement another
interface.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are assemblies and namespaces and explain the difference between them ?
Why should i prefer JSP over asp.net or any other web development language..??
Differentiate between authentication and authorization.
What is application variable in asp.net?
Which is better session or viewstate?
What is full form of asp.net?
How do sessions work?
What is asp.net mvc5? : Asp.Net MVC
What is cross page posting in asp net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How can we create custom controls in asp net?
What is clr? Difference between clr & cts?
How to comment out asp.net tags?
What is difference between mvc and asp.net? : Asp.Net MVC
Mention the execution process for managed code?