In python we have a modules but in c# language what is module called. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In python we have a modules but in c# language what is module called.

20th Jun 2019, 10:43 AM
Maninder $ingh
Maninder $ingh - avatar
2 Answers
+ 4
In C# it is a library. It can contains multiple classes. To import it's functionality you need to use a using statement. For example Using system.io; To import functionality regarding file handling
20th Jun 2019, 8:43 PM
sneeze
sneeze - avatar
+ 2
I am not sure, but I would think of package, because Java uses that term a lot, and C# is very similar to Java.
20th Jun 2019, 6:58 PM
Seb TheS
Seb TheS - avatar