What You Will Get Out of This Chapter
This is the chapter that will cover the different custom types that you can create. Other languages do have the ability to do this, but none as successfully as Ada.
- 1)
Demonstrate the various benefits that specific types bring to the table. Since the programming language is Ada and we want to reduce the chances of getting an error, this chapter is the perfect place to illustrate this.
- 2)
Show the different types that can be created (enumerated, numbers with specific ranges, limited, etc.). Each one brings a functionality ...