7. Exceptions
In programming based on abstract types, operators on these types must guard against abnormal use (for example, unstacking an empty stack). In this case, the user must be warned that the operation could not be performed. Terminating the program (with functions such as assert, § 2.4 ) is often too drastic. Simply giving an error code, as in C, is not very robust, as it requires the user to test this code after each operator use. This is not conducive to code readability and is...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Exceptions
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Reviews
- - C/C++ users jounal, CMP Media LCC, San Francisco.
- - Journal of Object-Oriented Programming, A 101 communications publication, R. Wiener (éd.) (University of Colorado)
In Engineering Techniques
- ...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!