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
Define dll hell?
Explain the difference between an exe and a dll?
What is the life-span of the items in the viewstate?
If you want to write your own dot net language, what steps you will you take care?
What is asynchronous call?
What is http post action?
What is difference between session and cookies?
Who is using asp.net?
Is a dll file an executable?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How to display validation messages in one control?
Describe SOA and the tenets of it?
What do you mean by authentication?
What is an imagemap in asp.net?
Define the steps to set up validation control.