21.3 Virtual and Nonvirtual Overriding
Override method in derived class
Which method to execute:
statically bound
- invoked through a static type
dynamically bound
- invoked through a dynamic type
prev
|
top
|
next