Introduction to OOP
Chapter 11: Static and Dynamic Behavior:
next
previous
audio
real
text
What do the terms Static and Dynamic Mean?
In Programming languages:
Static almost always means fixed or bound at compile time, and cannot thereafter be changed.
Dynamic almost always means not fixed or bound until run time, and therefore can change during the course of execution.
Intro OOP,
Chapter 11
, Slide 02