Ada 95: Difference between revisions

From Rosetta Code
Content added Content deleted
(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...)
 
(No difference)

Latest revision as of 12:51, 18 August 2008

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.