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. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 2. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 3. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 4. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 5. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Read more from - C++ Programming Questions Answers - Set 2