I would like to know what namespace Sololearn does. if you ignore it the program works anyway. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I would like to know what namespace Sololearn does. if you ignore it the program works anyway.

24th Sep 2016, 3:29 PM
Jeovane Luz
Jeovane Luz - avatar
2 Answers
0
Sure, this program works good anyway, because it is a simple program working alone. And there is show only a part of using the namespace SoloLearn The next part, what about when you add this source file into another project, where is maybe from another coder another file with class Program too? For this reason is used there a namespace keyword. In such big commom project a coder can write a namespace selector to determine from which scope is the class used. From this (SoloLearn ), or another..
14th Oct 2016, 7:39 AM
Petr Hatina
Petr Hatina - avatar
0
namespace it's mean group of using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; and if u don't using namespace and group of System. the program it will not work
24th Oct 2016, 1:00 PM
Badar Adam
Badar Adam - avatar