Yurttas/PL/IL/Ada-95/F/index page
| ada-95 programming language fundamentals | |
| contents |
- program units and overall structure
- physical design, logical design.
- procedure, package, generic units, task, protected objects.
- separation of units: specification, body.
- the standard libraries: annexes.
- reference manual ,
- gnatpath environment set-up for solaris.
- editing source text, compilation, execution.
- ada-83, ada-95
[gnat]
- physical design, logical design.
- flow of control
- statements
- sequence
- decision
- repetition
- block
- declare
- subprograms
- procedure/function
- separate, nested
- exceptions
- tasks
- statements
- data types
- type hierarchy
- standard types
- abstract data types
- extended types
- type extension
- hierarchical packages: parent/child hierarchy
- tagged records
- class wide types and operations
- abstractions and multiple implementations
- io
- text_io
- sequential_io
- direct_io
- concurrency
- tasks
>> program units and overall structure
Dr. Salih Yurttas