How to resolve the algorithm Reflection/List properties step by step in the Fortran programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Reflection/List properties step by step in the Fortran programming language

Table of Contents

Problem Statement

The goal is to get the properties of an object, as names, values or both. Some languages support dynamic properties, which in general can only be inspected if a class' public API includes a way of listing them.

Let's start with the solution: