+ 1
Is it possible to create classes(c#)in Sololearn playground?
I mean creating 2 classes separately
6 Answers
+ 4
Yes, but all classes within a single file.
+ 1
Erfan Mostafavi I know Java, and not C#, C++ and C. But in Java, we have the default code. In Code Playground, we have just to add another class like this:
public class Main
{
public static void main (String[] args)
{
}
}
public class Other
{
}
+ 1
Default namespace is SoloLearn, just write your class inside it, below class program.
+ 1
Yes you can. Just type the code in the same file
0
I think yes.
0
How?