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 |
What are advantages and disadvantages of Design patterns?
Explain unexpected() function?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain the differences between list x; & list x();.
Explain the difference between class and struct in c++?
How are virtual functions implemented in c++?
What is lambda expression c++?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
What is the difference between reference type and pointers.
Incase of a function declaration, what is extern means?
What are the two types of comments, and how do they differ?
What is the basic structure of a c++ program?