8 ms·
Ada 83 did have generics - maybe you meant OOP support? That wasn't added until Ada 95.
by csb6 5mo ago
Ada 83 did have generics - maybe you meant OOP support? That wasn't added until Ada 95.
- jordanb 5mo agoI misspoke I actually meant interfaces. Ada forbade multiple inheritance to avoid the diamond problem but Java implemented interfaces as a solution and Ada adopted them. https://www.adaic.org/resources/add_content/standards/05rat/html/Rat-2-4.html https://www.adaic.org/resources/add_content/standards/05rat/...