Model review and simulation > Reviewer > Provided PTC reviews > Style reviews > Compile time binding (Reviewer Review)
Compile time binding (Reviewer Review)
Compile time binding means that an operation can't be overridden and used polymorphically.
Consequences
Polymorphism is helpful for reducing the amount of code that needs to be written, providing extension points for future development and reducing maintenance.
Runtime binding does carry a small performance overhead (and some argue that it makes the code harder to read).