Example
x = 3; // (1) definition of x
x = x + y; // (2) definition and use of x; use of y
Both statements generate a definition
The first definition to x is overridden by the second
Previous slide
Next slide
Back to first slide
View graphic version