Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
No Answer is Posted For this Question
Be the First to Post Answer
In C++ what is the meaning of data hiding?
What is Copy Constructor?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
Is deconstructor overloading possible? If yes then explain and if no Then why?
How to input string in C++
What are the fundamental features of an object-oriented language?
Explain about Searching and sorting algorithms with complexities
What is RTTI and why do you need it?
What is the difference between creating an object, using 'new' and using 'malloc'?
Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
Can we call a virtual function from a constructor?