1. What does STL stand for? (a) Simple Template Library (b) Standard Template Library (c) Static Type Library (d) Single Type¬based Library 2. STL is based on which of the following programming paradigms? (a) Structured Programming (b) Object Oriented Programming
Inheritance
1. Can struct be used as Base class for inheritance? (a) Yes (b) No 2. The derivation of Child class from Base class is indicated by ____ symbol. (a) :: (b) : (c) ; (d) | 3. Reusability of the
Virtual Function
1. A virtual function that has no definition within the base class is called____________. (a) Pure virtual function (b) Pure static function (c) Pure Const function (d) Friend function 2. If a class contains pure virtual function, then it is
Operator Overloading
1. Using friend operator function, following perfect set of operators may not be overloaded. (a) = , ( ) , [ ] , -> (b) <<, = = , [ ] , >> (c) ?, = , ( ) ,