|
|
|
|
|
by cageface
5488 days ago
|
|
The whole point of OO is that you don't want code reaching into the internal member data of the object. The real reason that algorithmic code reuse is so difficult in C++ and Java is that they lack usable first-order function literals. |
|