What is polymorphism? How do you implement polymorphism in C?
Interview Answers
Anonymous
Apr 16, 2011
using function pointers
Anonymous
Nov 25, 2019
In C, the Header file already contains the function names and signatures,
using header include will be polymorphic and encapsulated in itself.
C has polymorphism built into it, most people dont know this