statically dispatched means the caller knows about...
# announcements
k
statically dispatched means the caller knows about the exact method and the same method is always called for each receiver. dynamically dispatched means you can change the behavior by subclassing.