|
|
|
|
|
by rpedela
4533 days ago
|
|
C does not have proper support for polymorphism. It can be simulated with structs in certain cases though. I can't remember a specific instance with C++ off the top of my head. It has been a several years since I touched it. Sorry. |
|