Define what is constructor?


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

Post New Answer

More C++ General Interview Questions

program to print this triangle * * * * * *

12 Answers   Infosys,


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


What is the need of a destructor? Explain with the help of an example.

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


what are the iterator and generic algorithms.

0 Answers  






What is bubble sort c++?

0 Answers  


What is srand c++?

0 Answers  


what is pulse code modulation?

2 Answers   Wipro,


How does atoi function work?

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


How is static data member similar to a global variable?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


Categories