What's the difference between inheritance and including a file (#include"myfile.h") | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 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