Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > condition
Next programming language constructdata item    Upprogramming language construct    Previous programming language constructcomment   

condition comparison table
Subject avoid evaluate only when divide into have example is a subtopic of occur in has definition
complex conditionbecause it is difficult to read several separate conditions on separate lines Programming Style Guidelines  
guard condition its associated event occurs  8.2 - State Diagramsa state diagramA condition that determines whether a certain transition will occur in a state diagram when an event happens
Java condition   
aNumber > 5
aNumber < 5
aNumber > 5 && anotherNumber < 7
aNumber == anotherNumber
The Basics of Java A condition in Java is a statement that evaluates to a boolean value (true or false)

Next programming language constructdata item    Upprogramming language construct    Previous programming language constructcomment