Define the process of handling in case of destructor failure?


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

Post New Answer

More C++ General Interview Questions

Write the program form Armstrong no in c++?

11 Answers   HCL,


Explain the differences between private, public and protected and give examples.

0 Answers  


What is singleton class in c++?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


What is the difference between an array and a list?

0 Answers  






Is c++ still being used?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


What are the defining traits of an object-oriented language?

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What are the benefits of oop in c++?

0 Answers  


What are formatting flags in ios class?

0 Answers  


Categories