What are Exceptions?
This lesson will give you an overview of what exceptions are and their types.
We'll cover the following...
Introduction
Exception Handling is the main feature of OOP
Concepts.
Before going to know about this Exception Handling, we should know what is an Exception?.
An exception is a runtime error that occurs while executing the program. Due to this, our system may hang or something may happen to it.
Explanation
Code that detects an error condition is said to ...