If statement

In computer science, conditionals (that is, conditional statements, conditional expressions and conditional constructs,) are programming language commands for handling decisions. Specifically, conditionals perform different computations or actions depending on whether a programmer-defined boolean condition evaluates to true or false. In terms of control flow, the decision is always achieved by selectively altering the control flow based on some condition (apart from the case of branch predication).
Although dynamic dispatch is not usually classified as a conditional construct, it is another way to select between alternatives at runtime.

View More On Wikipedia.org
  • 19

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,448
    • Media
      227
    • Reaction score
      10,036
    • Points
      1,237
  • 1

    Lukejambo

    A PF Quark
    • Messages
      13
    • Reaction score
      0
    • Points
      1
  • 1

    sk1105

    A PF Electron From UK
    • Messages
      88
    • Reaction score
      12
    • Points
      16
  • 1

    astroman707

    A PF Electron
    • Messages
      61
    • Reaction score
      5
    • Points
      16
  • Back
    Top