Dynamic Binding C++ - Vanderbilt University

Douglas C. Schmidt OO Programming with C++ Dynamic vs. Static Binding (cont’d) When to chose use different bindings – Static Binding Use when you are sure that any subsequent derived classes will not want to override this operation dynamically (just redefine/hide) Use mostly for reuse or to form “concrete data types” – Dynamic Binding ................
................