

MCQOPTIONS
Saved Bookmarks
1. |
How can we restrict a function to throw certain exceptions? |
A. | Defining multiple try and catch block inside a function |
B. | Defining generic function within try block |
C. | Defining function with throw clause |
D. | It is not possible in CPP to restrict a function |
Answer» D. It is not possible in CPP to restrict a function | |