1. ► string in C++ is just a char array with NULL termination
2. ► Assertions have no place in unittesting
3. ► Design pattern is a library consisting of various classes
4. ► Which of the following tools cannot be used as debugger
5. ► Operator overloading is very much like function overloading
6. ► By default, all members of a class are public
7. ► Derived class must implement pure virtual functions
8. ► Defining a class will result in creating an object of this class in the program
9. ► string comparison is as efficient as number comparison
10. ► Unittests are typically done at class level
11. ► In ‘int * const’, interger value is a constant
12. ► Which of the following classes is output stream in C++
13. ► Only one object of a singleton class is allowed
14. ► An object of abstract class cannot be created
15. ► Factory pattern helps in memory management by centralized object creation