Question Detail Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A Similar Questions : 1. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 2. Inheritance is transitive in nature. TrueFalse Answer: Option A 3. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 4. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 5. 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 Read more from - C++ Programming Questions Answers - Set 2