J
Jordan
In OOP literature we read frequently about "interface" - a term which is
apparently used to mean different things depending on context and possibly
language.
..NET however provides for the Interface type - as a specific and unique type
(amongst the class, struct, enum, etc types). There is no ambiguity about
its meaning; it's a very specific thing (a .NET type) independent of
context.
My question: I am wondering of other OOP languages like Smalltalk and Java
provide an interface type as well - or if 'interface' is a type unique to
..NET.
Thanks.
apparently used to mean different things depending on context and possibly
language.
..NET however provides for the Interface type - as a specific and unique type
(amongst the class, struct, enum, etc types). There is no ambiguity about
its meaning; it's a very specific thing (a .NET type) independent of
context.
My question: I am wondering of other OOP languages like Smalltalk and Java
provide an interface type as well - or if 'interface' is a type unique to
..NET.
Thanks.