Question Detail Inheritance is transitive in nature. TrueFalse Answer: Option A Similar Questions : 1. Constructors has return type void ? TrueFalse Answer: Option A 2. 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 3. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 4. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 5. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Read more from - C++ Programming Questions Answers - Set 2