Ada Programming/Keywords/overriding
< Ada Programming < KeywordsComputing » Computer Science » Computer Programming » Ada Programming

This language feature is only available from Ada 2005 on.
The keyword overriding can be used to explicitly declare a procedure or function as an overriding subprogram. There are two forms available:
overridingprocedure Overriding_Procedure (This: in Class_Type);
not overriding procedure Not_Overriding_Procedure (This: in Class_Type);
The first declares the procedure as overriding the second does not.
See also
Wikibook
Ada Reference Manual
- 6.1 Subprogram Declarations (Annotated)
- 6.3 Subprogram Bodies (Annotated)
- 8.5.4 Subprogram Renaming Declarations (Annotated)
- 10.1.3 Subunits of Compilation Units (Annotated)
- 12.3 Generic Instantiation (Annotated)
Ada Quality and Style Guide
Ada Keywords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.