Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > condition |
| condition comparison table | |||||||
| Subject | avoid | evaluate only when | divide into | have example | is a subtopic of | occur in | has definition |
|---|---|---|---|---|---|---|---|
| complex condition | because it is difficult to read | several separate conditions on separate lines | Programming Style Guidelines | ||||
| guard condition | its associated event occurs | 8.2 - State Diagrams | a state diagram | A condition that determines whether a certain transition will occur in a state diagram when an event happens | |||
| Java condition | aNumber > 5 | The Basics of Java | A condition in Java is a statement that evaluates to a boolean value (true or false) |
Next programming language construct: data item Up: programming language construct Previous programming language construct: comment