|
|
|
|
|
by mgummelt
2987 days ago
|
|
I think we're in violent agreement here. AFAICT, the feature sets of OOP and non-OOP languages have converged so much that inheritance is really the last differentiator. Maybe you could throw dynamic dispatch in there, but there's no reason in principle an OOP language couldn't add dynamic dispatch. |
|
And dynamic dispatch is already part of Smalltalk and Objective-C, I believe.