Sunday, 2 October 2011

Video 3 Notes

.NET Framework Class Library: The library does the hard work for you, which makes coding easier.

Console.WriteLine // "Console" is a class. "WriteLine" is a method.

The brackets "()" are called parameters. For example, "Console.WriteLine()" has an empty parameter. Parentheses used to define parameters.

"{}" Define a code block.


No comments:

Post a Comment