Ada 95

From Rosetta Code
Revision as of 12:51, 18 August 2008 by rosettacode>Dmitry-kazakov (New page: Category:Ada_Versions'''Ada 95''' refers to the second language revision defined by the [http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=22983 ISO/IEC 8...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.