Computer Science, asked by pallak1749, 1 year ago

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 Anonymous
8
Heya.. ..^_^;


Here's ur ans. ,⬇.


_________________________


.EXCEPTION refers to an error condition in object - oriented to programming terminology .


,____________________________________


Hope it helps
Answered by adventureisland
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