Question Detail Inheritance is transitive in nature. TrueFalse Answer: Option A Similar Questions : 1. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 2. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 3. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 4. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 5. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C Read more from - C++ Programming Questions Answers - Set 2