Tag Archives: polymorphism

Method polymorphism in C

An overdue post on polymorphism, which in C amounts to the ability to call a method on an object without knowing what the implementation is.

Posted in Higher-level C | Tagged , , | 2 Comments