Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 188 Bytes

Cpp2C

Examples showing how you can implement object-oriented programming mechanisms such as dynamic dispatch, static dispatch, and inheritance in C using structs and function pointers.