Ada 95

From Rosetta Code

Ada 95 refers to the second language revision defined by the ISO/IEC 8652 standard. The major language extension was tagged types provided in order to support object-oriented programming paradigm. Other extensions included: protected types (a light-weight synchronization), access to subprograms, children packages.