What is polymorphism? How do you implement polymorphism in C?
Respuestas de entrevistas
Anónimo
16 abr 2011
using function pointers
Anónimo
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