Buy Questpond's video subscriptions on
huge discount
.
Online: 3562
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 ...
Can polymorphism be implemented without interfaces
Posted by
deccansoft
on 9/20/2010 | Category:
C# Interview questions
| Views: 2001
yes,it can be.But the better way to implement polymorphism is using interfaces.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
A class declared as __________________ cannot be i ...
Next question > :
Why do we use interfaces when we can do the same w ...
Comments or Responses
Login to post response
More Interview Questions
Why do we use interfaces when we can do the same with classes
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