Ada Programming/Keywords/overriding
From Wikibooks, the open-content textbooks collection
This language feature is only available in Ada 2005.
Contents |
The keyword overriding can be used to explicitly declare a procedure or function as an overriding subprogram. There are two forms available:
overriding procedure 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.
[edit] See also
[edit] Wikibook
[edit] 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)
[edit] Ada Quality and Style Guide
| Ada Keywords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|