Buy Questpond's video subscriptions on
huge discount
.
Online: 7123
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
Why do we use interfaces when we can do the same with classes
Posted by
deccansoft
on 9/20/2010 | Category:
C# Interview questions
| Views: 1866
Class can implement multiple interfaces but cannot inherit from multiple classes.Thats the benefit of interface over a class.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Can polymorphism be implemented without interfaces
Next question > :
can we instantiate an interface
Comments or Responses
Login to post response
More Interview Questions
can we instantiate an interface
Every member of an interface is by default ____________ and __________ ...
Structures are __________ type and classes are ___________ type
Can a reference variable of type parent, refer to an object of child c ...
The protected member of parent class ___________ be accessed in a chil ...
Do we have Vector and has map classes available in .NET
Why an instance can't be created for an abstract class
What all access specifiers are allowed when we are explicitly implemen ...