Select Answer
Uses runtime dispatch via vtable
runtime
vtable
Uses compile-time dispatch via static_cast
compile-time
static_cast
Incurs significant runtime casting overhead
Requires mandatory heap memory allocation
heap