| Author |
What's the difference between Interface and Abstract class?
|
qunfeng wang
Ranch Hand
Joined: Jan 28, 2005
Posts: 406
|
|
First I think the interface is for mutil-inherentace. Because java doesn't allow mutil-inherentace. But why C++ have interface? I need some clearition on these two concepts. Thank you in advance?
|
To be or not to be. It's a question.
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7292
|
|
I can't tell between your topic subject and your post what you're really after. But it may help to think of an interface as a 'pure' abstract class.
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
qunfeng wang
Ranch Hand
Joined: Jan 28, 2005
Posts: 406
|
|
Sorry. I should search this topic first. Thank you anyway.
|
 |
 |
|
|
subject: What's the difference between Interface and Abstract class?
|
|
|