+ 1

What is Import? What is import cocoa?

3rd Sep 2016, 8:43 AM
Ruchi Gupta
Ruchi Gupta - avatar
3 Respuestas
+ 1
Import is kinda transferring of the code from other file. In other words, you could write someCode1 in the file1 and then use "import file1" and everything you wrote in file1 should be able in file2. The "import Cocoa" as you may understand is transfering every methods, variables from Cocoa in your file, so you might search documentation about what Cocoa contains and use it in your program.
3rd Sep 2016, 8:17 PM
Max
0
I don't know,sorry
3rd Sep 2016, 7:36 PM
violet
0
Thank you!
4th Sep 2016, 6:00 AM
Ruchi Gupta
Ruchi Gupta - avatar