Vidyalelo
C++ Programming · Q881

C++ miscellaneous

Programming · C++ Programming · question 881

Q881

Why is it expensive to use objects for the exception?

A.
Exception object is created only if an error actually happens
Answer
B.
Because of execution time
C.
Memory space involved in creating an exception object
D.
Because of time and space

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board