In this part you will learn:
1. What is an exception?
2. How using exception is useful?
3. How to use exception in a Program?
4. C++ syntax
What is exception?
In a class there arise many errors, depending upon the type of program handling these errors can be critically important sometimes. Exceptions is the way through which we handle the errors in a class using object oriented approach. Exceptions can occur due to many reasons like if the system has run out of memory or the object is initialized to impossible values. Most exceptions are used to handle
Add new comment