include/import | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

include/import

in some languages we use include and in some we use import. Whats the difference or are they the same?

15th Apr 2018, 6:20 PM
Tim
Tim - avatar
1 Answer
+ 8
They are often used to define pieces of procedural code, forward declarations while promoting encapsulation, etc include used on most all of programming languages and it almost have a same purpose to me. It can help you develop the programs by make it easily to change the programs and save time by not needing to code extensive data layouts. For more detail about it, you can enter this website. ∩__∩ https://en.m.wikipedia.org/wiki/Include_directive
15th Apr 2018, 9:03 PM
ZΛRTHΛИ
ZΛRTHΛИ - avatar