How would one write object-oriented code in C?

asked17 years ago
last updated6 years ago
viewed373.9k times
Up Vote537Down Vote

What are some ways to write object-oriented code in C? Especially with regard to polymorphism.


See also this Stack Overflow question Object-orientation in C.