static_cast simply performs implicit conversions between types and dynamic_cast is used to promote safe downcasting in C++.
確定! 回上一頁