# Ada Topics ```{toctree} --- maxdepth: 4 caption: Contents: glob: hidden: --- * ``` ##### {doc}`The Scratchpad (just notes while learning Ada) ` This is just a small collection of notes and items I took while learning the language. ##### {doc}`Containers - notes on the Ada Container library ` The standard library has a comprehensive set of default container implementations. ##### {doc}`Access Types ` Interesting things about access types – a very important concept in Ada. ##### {doc}`Generics in Ada ` Ada does have them, but somewhat different. ##### {doc}`Returning compound types ` How to return larger types (like records) from functions. ##### {doc}`Classes and OOP in Ada from a C++ or Java viewpoint ` Ada's OOP is different from well known other languages, but no less powerful. ##### {doc}`The glossary ` Explains some terms often used in Ada topics.