The main function in other languages

Other languages such as Java and C# also require a similar main function, but it is normally called a method instead of a function in those languages.

Also the method is not global in Java and C#.

(I will explain the difference between global and non-global in a future lesson.)