What's the difference between inheritance and including a file (#include"myfile.h") | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What's the difference between inheritance and including a file (#include"myfile.h")

except the part about private data and all

29th Aug 2017, 2:13 PM
Renugopal Siva
Renugopal Siva - avatar
1 Respuesta
+ 3
inheritance is class related, file including is basically including code from a file. They are completely different things
29th Aug 2017, 2:42 PM
Marco
Marco - avatar