Hacker News new | ask | show | jobs
by wheels 2167 days ago
> Not only is this not possible in C ...

There are lots of object systems in C that have polymorphism via function pointers.

1 comments

The linux kernel is full of those