What is the system? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is the system?

What is the system keyword in case java, C# and VB.NET

24th Sep 2018, 5:37 PM
VIkram Kumar
VIkram Kumar - avatar
1 Réponse
+ 2
in the case of C# you are accessing the system namespace. This allows you to use objects that are in the System namespace. the following will allow you to use the Console.WriteLine method without having to call the Console namespace: using System.Console*;
24th Sep 2018, 6:46 PM
John
John - avatar