Question Detail Inheritance is transitive in nature. TrueFalse Answer: Option A Similar Questions : 1. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 2. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 3. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 4. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 5. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D Read more from - C++ Programming Questions Answers - Set 2