---
key: tsys/rtti
kind: typeSystem
name: "RTTI"
url: https://plangs.page/type-system/rtti
---

# RTTI

Run time time information is a feature that allows a program to retrieve type information about an object during runtime.

## Facts

- Homepage: https://en.wikipedia.org/wiki/Run-time_type_information
