Hi,
The MISRA C++ programming standards and many safety critical applications are unable to use heap memory without filing deviations. Is there any way that programs aiming to follow those standards can use inheritance in C++ without using heap memory?
Thank you,
Richard B.