Can we create our own inheritence concept in C

Hi all,

We know the inheritence concept in c++ but i want to use it in C.
Is it possible in C?

C knows no objects, so I’d say no :slight_smile: