⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{stub}}{{capability}}Run time polymorphism is the ability to call different functions depending on the dynamic type of an objects (i.e. the type with which it was created). In most languages this is implemented through virtual function calls.