Comment by lmm
3 months ago
> Function pointers in C++ are "objects"
In the C++ sense, but they don't have classes and don't participate in inheritance. Whereas the early-Java equivalents do.
3 months ago
> Function pointers in C++ are "objects"
In the C++ sense, but they don't have classes and don't participate in inheritance. Whereas the early-Java equivalents do.
Yes, I agree.