Interviewer And Interviewee Guide

C++ Exception Handling Interview Question:

Explain unexpected() function?

Submitted by: Administrator
unexpected() is called when a function with an exception specification throws an exception of a type that is not listed in the exception specification for the function
A function declaration without a specification like throw(char*) may throw any type of exception, and one with throw() is not allowed to throw exceptions at all.

By default unexpected() calls terminate().
Submitted by: Administrator

Read Online C++ Exception Handling Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.