Define the process of error-handling in case of constructor failure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


Is c++ fully object oriented?

0 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


What are punctuators in c++?

0 Answers  






What is encapsulation in c++ with example?

0 Answers  


What is implicit conversion/coercion in c++?

1 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


List the features of oops in c++?

0 Answers  


Describe private, protected and public?

0 Answers  


What do you mean by function and operator overloading in c++?

0 Answers  


Categories