Object Oriented Software Engineering
View all facts
Glossary
Help
subject
>
programming language construct
> statement
Next programming language construct
:
block
Up
:
programming language construct
Previous programming language construct
:
procedure
statement
subject
fact
statement
is a subtopic of
The Basics of Java
is a kind of
programming language construct
should be
not more than
one
line
long
if possible
Kinds of statement
:
assertion
(3 facts) - A statement that must be true; if it becomes false then the software has encountered a failure
assignment statement
(1 kind, 3 facts)
decision-making statement
(1 kind, 2 facts)
Java statement
(5 kinds, 3 facts)
long statement
(3 facts)
loop
(2 kinds, 4 facts)
OCL statement
(1 kind, 14 facts)
postcondition
(3 facts) - A statement that is guaranteed to be true following the successful completion of some action
precondition
(4 facts) - A statement that must be true before some algorithm, method or use case is executed
user interface statement
(3 facts)