Which of the following refers to an error condition in object-oriented programming terminology ?(a) anomaly
(b) abbreviation(c) exception
(d) deviation
Answers
Answered by
8
Heya.. ..^_^;
Here's ur ans. ,⬇.
_________________________
.EXCEPTION refers to an error condition in object - oriented to programming terminology .
,____________________________________
Hope it helps
Here's ur ans. ,⬇.
_________________________
.EXCEPTION refers to an error condition in object - oriented to programming terminology .
,____________________________________
Hope it helps
Answered by
3
The exception refers to an error condition object-oriented programming.
Option: c
Explanation:
- Whenever an error occurs during the run time of a program, it is termed as an exception. For example, divide by zero is an exception.
- Exceptions can be synchronous and asynchronous.
- In object-oriented programming languages like C++ and VB. Net, exception handling is done with the help of try-catch blocks.
Similar questions