|
|
|
|
|
by SideburnsOfDoom
700 days ago
|
|
An interface is a named set of one or more function pointers. (actually zero or more if you use empty interfaces too). But yes, this idea is for the case where there's exactly one interface member, then it's equivalent to a function pointer. |
|