TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
syamsundar reddy
NA
1
0
csharp OOP's question
Aug 24 2016 7:09 AM
Why should I use interface when an abstract class with non implemented methods behaves same as interface?
If below are the differences then there are some general question associated with them..Can some one please help me understand the existence of interface..
1.Multiple inheritance was supported by interface..
In this case if we have single interface(inherited by a class) then that can be replaced by an abstract class without method implementations?
2.Abstract class supports default implementation of its methods..
In this case if I don't have any default implementation can I go for interface or an abstract class?
Reply
Answers (
1
)
Configuration system failed to initialize
How i Create Radio button in Gridview in C# Windows app?