C++ Programming Test

    Welcome to your C++ Programming Test

    1. Only one copy of the class is inherited, when it is defined as ?
    2. && means ?
    3. Explicit call to a constructor means ?
    4. If new operator is used, then the constructor function is ?
    5. The antonym of constructor is ?
    6. A Variable __ of void type.
    7. When one class inherits from the base class, then the original class is called ?
    8. Operator overloading is ?
    9. A virtual base class ?
    10. A class having no public constructors is
    11. What is default scope for a structure ?
    12. The objects can directly access ?
    13. The advantage of declaring a virtual function as pure is
    14. In C++ Functions can returns ?
    15. What among following is a generic class ?