What is a custom exception?



What is a custom exception?..

Answer / nashiinformaticssolutions

A custom exception is a user-defined exception class derived from std::exception.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What are the different data types present in C++?

4 Answers  


Explain the problem with overriding functions

0 Answers  


What is the arrow operator in c++?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


What is a protocol class?

1 Answers  


What is a virtual destructor?

2 Answers  


What is function overriding in c++?

0 Answers  


What is a sequence in c++?

0 Answers  


Define a conversion constructor?

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Categories