+ 1
What's the difference between inheritance and including a file (#include"myfile.h")
except the part about private data and all
1 ответ
+ 3
inheritance is class related, file including is basically including code from a file.
They are completely different things