Hacker News new | ask | show | jobs
by lmm 208 days 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.

1 comments

Yes, I agree.