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 data reader in asp.net?
Define repository pattern in mvc.net? : asp.net mvc
What is a user developed application?
Explain Life cycle of ASP.NET page when a request is made.
Where the cookie value is stored?
Who can consume WebAPI?
What is the advantage of mvc over asp.net? : Asp.Net MVC
How can we identify that the Page is Post Back?
How does a web application session work?
Can we override the enablepartialrendering property of the scriptmanager class?
How can exception be handled with out the use of try catch?
What is state management technique?
Explain an object, class and method.
Explain the use of view state?
What is bson in web api?