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 can we do with asp.net?
What is a web based system?
What is session in http request?
Disable browser cache for entire ASP.NET website?
How do you open a page in a new window?
Explain About WebService
Explain http handlers? Where we can use the http handlers?
What is asp.net master page?
Define session in asp.net.
How can we create Tree control in asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain how can we inherit a static variable?
What is enableviewstatemac in asp net?
What is jade template engine?
What is a query string in a url?