#tutorial
Read more stories on Hashnode
Articles with this tag
Ada OOP - object oriented programming · Object-Oriented Principles The object-oriented paradigm is based on a few key principles in computer...
Working with input/output in Ada · Programs in most languages, including Ada programs, have to deal with input and output in some form. This is...
Understand what enumeration type is. · Enumeration declaration Enumeration types in Ada work similarly to enumeration types in other languages like C/C++...
How to deal with exceptions in Ada · In Ada, exceptions are a mechanism for handling exceptional situations that occur during program execution. They are...
Custom data types in Ada · Record Type A record in Ada is a user-defined composite data type that groups variables of different types under a single...
What is the role of data types in Ada? · The purpose of data types in any programming language is to define the type of data that can be stored in...