Concept Flow - Getting type information at runtime
Start Program
Create Object
Call GetType()
Retrieve Type Info
Use Type Info (e.g., Name)
Display or Use Result
End Program
The program creates an object, calls GetType() to get its type info, then uses that info to display or decide something.