The C programming language is procedural and does not provide an explicit mechanism for object-oriented programming. However, that doesn't mean that object-oriented programming cannot be done in C; with the availability of function pointers and structures, object-oriented code can be written.
Although this has been done many times in the past, facilities for generic implementation of object-oriented code are either lacking or have turned into their own programming languages. ...