Object Oriented Software Engineering
View all facts
Glossary
Help
subject
>
programming language construct
> condition
Next programming language construct
:
data item
Up
:
programming language construct
Previous programming language construct
:
comment
condition
subject
fact
condition
is a subtopic of
The Basics of Java
is a kind of
programming language construct
Kinds of condition
:
complex condition
(1 kind, 4 facts)
guard condition
(5 facts) - A condition that determines whether a certain transition will occur in a state diagram when an event happens
Java condition
(1 kind, 4 facts) - A condition in Java is a statement that evaluates to a boolean value (true or false)