运行时与动态
运行时与动态是一个密切相关的概念:
动态加载;
动态类型识别;
动态派发;
内存管理;
In the object-oriented programming languages, the runtime system was often also responsible for dynamic type checking and resolving method references.
https://en.wikipedia.org/wiki/Runtime_system
我思故我在