Multiple choice

Which of the following keywords is not defined in C++?

  1. Ttry

  2. catch

  3. throw

  4. finally

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In C++, there is no finally keyword, which is defined in Java. Hence, this is the correct answer.