C++ Programming Test By Kishor Raut - August 10, 2021 FacebookTwitterPinterestWhatsApp Welcome to your C++ Programming Test 1. Only one copy of the class is inherited, when it is defined as ?publicvirtualprivatestatic 2. && means ?Bitwise ORLogical ORBitwise ANDLogical AND 3. Explicit call to a constructor means ?Is the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke itNot providing the construction name at all 4. If new operator is used, then the constructor function is ?Static constructorDynamic constructorCopy constructorDefault constructor 5. The antonym of constructor is ?DestructorCreatorDistinctDestroyer 6. A Variable __ of void type.Cannot be intializedCannot be declaredMay be declaredCan be initialized 7. When one class inherits from the base class, then the original class is called ?sub classbasic classderived classbase class 8. Operator overloading is ?making c++ operators work with objectsgiving new meaning to existing c++ operatorsmaking new c++ operatorsgiving c++ operators more than they can handle 9. A virtual base class ?do not qualified as virtual in base class definition.strict the path of inheritance.is qualified as virtual in base class definition.allows to inherit more than one copy of the base class members. 10. A class having no public constructors isA private classA protected classA public classA public protected class 11. What is default scope for a structure ?PublicPublicProtectedNone of aobve 12. The objects can directly access ?Private membersPublic membersBoth of aboveNone of above 13. The advantage of declaring a virtual function as pure isearly binding can be achievedprograms runs fasteryou can avoid making the class an abstract classyou force any derived class to define its own implementation 14. In C++ Functions can returns ?referenceobjectsarraysall of above 15. What among following is a generic class ?Class TemplateInherited TemplateFunction TemplateNone of above Time is Up!