Head A C # Chinese version chapter II Page53

Source: Internet
Author: User

2c# programs are organized into classes

Every C # program is organized into classes. A class can do anything, but most classes do only one particular thing. When you create this program, the IDE adds a class called Form1 to display the form.

The 3 class contains methods for performing actions.

When you have something to do, you use the method. Methods accept input, do some processing, and sometimes have output. Enter parameters to pass to the method. The different behavior of the method depends on the different parameters. Some methods output output. At this point, the output is called the return value. If the method has a void keyword before it, the value is not returned.

41 instructions to perform an action

When you add the MessageBox.Show () line to the program, you write an instruction. Each method is made up of instructions. The program calls a method that first executes the first instruction, then the next, next, and so on. When the method finishes executing the instruction or encounters a return instruction, it stops, and the program returns to the call place.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.