Why do we use classes in programming?
What are abstract data types in c++?
Define friend function.
What are signs of manipulation?
What is the Standard Template Library?
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 does obj stand for?
How can an improvement in the quality of software be done by try/catch/throw?
How many storage classes are available in C++?
Why Pointers are not used in C++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Explain virtual destructor?
Are vectors passed by reference c++?