Run-time checking

   

Runtime checking is a mechanism of an programming language to check for errors at runtime, e.g. arithmetic overflows or invalid type casts. Most times an exception is thrown and/or the programm is terminated. Instead of ignoring this failure as it is done in C, C++ etc.

Ada uses runtime checking.

Retrieved from "http://www.mywiseowl.com/articles/Run-time_checking"

This page has been accessed 55 times. This page was last modified 11:39, 26 May 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).