1. ► Model-View-Controller pattern allows to design modular and testable user interface
2. ► A const value can be made to change via static_cast
3. ► ‘>>’ operator is used to write into a stream
4. ► Assertions have no place in unittesting
5. ► Most common unary operator is ‘()’
6. ► static_cast makes use of run-time information
7. ► Only one object of a singleton class is allowed
8. ► Which of the following function can be used for locating a subtring
9. ► ‘const int *’ is same as ‘int const *’
10. ► Template compilation is slow because of:
11. ► Like set, bitset also has iterators to find all the bits
12. ► Interfaces in C++ are implemented through polymorphism
13. ► Defining a class will result in creating an object of this class in the program
14. ► C++ is a loosely typed language
15. ► cppunit is based on XUnit architecture