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
Describe session handling in a webfarm?
What are the validation controls available in ASP.NET?
What is boxing and unboxing in asp.net?
Define machine.config in .net?
What methods are fired during the page load? Init()
What is postback pixel?
Describe the .net base class library.
How ViewstateMac works?
What is cache in asp net?
What is the difference between dispose() and finalize()?
Explain the use of duration attribute of @outputcache page directive.
When you use Ajax controls in the ASP.NET application?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is asynchronous call?