Why do we need constructors in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you use the function fprintf() to display the output on the screen?
What are the differences between malloc() and calloc()?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What are compilers in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the difference between delegation and implemented-in-terms-of?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What is c++ code?
What is c++ redistributable?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is c++ iterator?
Explain calling an object's member function(declared virtual)from its constructor?