0
Can I create Library in c# on Sololearn?
Can I create Library in c# on Sololearn? If yes how can I make it
2 odpowiedzi
+ 1
A library is a piece of code that you would reuse in another project.
In this sense you cannot create a library, you cannot refer and link another code or compilation object, you only have a single file to work with at a time.
+ 5
Yes