Yurttas/PL/OOL/CS/F/02/04/01.html

From ZCubes Wiki
Revision as of 07:20, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "{| width="100%" cellpadding="4" | class="y01" | <span class="b10"> c# programming language fundamentals </span> | class="y01" | <div class="right"><span class="h06b"> <span...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
c# programming language fundamentals
2. c# language fundamentals

statement:

  • end points and reachability
Every statement has an end point. In intuitive terms, the end
point of a statement is the location that immediately follows
the statement. The execution rules for composite statements
(statements that contain embedded statements) specify the action
that is taken when control reaches the end point of an embedded
statement. For example, when control reaches the end point of a
statement in a block, control is transferred to the next
statement in the block.

If a statement can possibly be reached by execution, the
statement is said to be reachable. Conversely, if there is no
possibility that a statement will be executed, the statement
is said to be unreachable.
<< | >>

c#, .net framework, and visual studio.net << | >> classes, objects


Dr.Salih Yurttas