Hacker News new | ask | show | jobs
by rootlocus 2382 days ago
Just goes to show C++ failed the zero overhead principle.
2 comments

If you don't have virtual functions, a C++ object is just an struct associated with static function links.
So sad that it did...