Question Detail Which is boolean operator for logical and &||&|&& Answer: Option D Similar Questions : 1. C++ programs must contain start()system()main()program() Answer: Option C 2. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 3. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C 4. Default constructor has how many arguments 1230 Answer: Option D 5. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1