Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 578 Bytes

File metadata and controls

19 lines (15 loc) · 578 Bytes
title Object-Oriented Fortran Example
audience advanced users
prerequisites wrapping derived types, memory management
related ../guide/wrapping-derived-types.md, ../guide/memory-management.md
status planned-documentation
publication draft

Object-Oriented Fortran Example

Reserved runnable example for derived types, type-bound procedures, inheritance, constructors, and finalizers.

TODO

  • TODO: Add runtime-backed examples for supported object-oriented features.
  • TODO: Mark unsupported inheritance or polymorphic cases through language support links.