What is polymorphism? How do you implement polymorphism in C?
Interview Answers
Anonymous
16 Apr 2011
using function pointers
Anonymous
25 Nov 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