What is abstract class in c++?
which is the easy way to divide any integer by 2?
What are the debugging methods you use when came across a problem?
What is guard code in c++?
Mention the ways in which parameterized can be invoked.
What is anonymous object in c++?
Explain the isa and hasa class relationships. How would you implement each?
What is std::move?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
Why is it difficult to store linked list in an array?
Is c++ map a hash table?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
Should a constructor be public or private?