Question Detail 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 Similar Questions : 1. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 2. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D 3. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 4. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 5. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D Read more from - C++ Programming Questions Answers - Set 2