Yurttas/PL/OOL/CS/F/02/04/02/03/index page

From ZCubes Wiki
Jump to navigation Jump to search
c# programming language fundamentals
2. c# language fundamentals

statement - embedded-statement - selection-statement


Selection statements select one of a number of possible statements
for execution based on the value of some expression.

selection-statement:
  if-statement
  switch-statement

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


Dr. Salih Yurttas