Contrast the use of an abstract base class against an interface?
Answers were Sorted based on User's Feedback
Answer / kavita sharma
Abstract classes can provide implementations for methods and
properties. Interfaces only provide required declarations.
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / 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 |
Answer / abhishek
Basically both Interfaces and Abstract class sit on top. An
abstract class can have defintion and body. It's also used
when we need to implement polymorphism (Contain at least one
virtual method). However an interface contains only
declaration.
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 | 1 No |
Answer / 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 |
Answer / vineet unnikrishnan
interface does not have theimplementation of its members
like functions,properties etc whereas abstract class can
have implementation of its members.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How Session use Cookies in State Management?
What are the action filters available in asp.net mvc
What is an asp.net validator? And, mention its types.
Which is better viewstate or session?
How many types of validation are there?
What are the different authentication modes in asp.net?
what are the components available in global.asax ?
Why does my asp.net file have multiple tag with runat=server?
What is the difference between Classic ASP and ASP.Net?
Which is an advantage of application service providers?
Difference between .NET and previous version?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)