Computer Science, asked by mat03, 7 months ago

which is the best way to catch and treat an exception ?
A) Throw by value and catch by reference.
B) Throw by reference and catch by reference.
C) Throw by value and catch by value.
D) Throw the pointer value and provide a catch for the pointer type.

Answers

Answered by tannigang
2

Answer:

Option d is the correct answer

Similar questions