Answer Posted / nashiinformaticssolutions
Exception handling in C++ is implemented using try, catch, and throw blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of typedef?
Differentiate between late binding and early binding.
Is it possible for a member function to use delete this?
What is a breakpoint?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is isdigit c++?
What is an accessor in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is called array?
Can we use this pointer inside static member function?
What is prototype in c++ with example?
Can you overload the operator+ for short integers?
Should the member functions which are made public in the base class be hidden?
What is protected inheritance?
Can we define a constructor as virtual in c++?