Question Detail what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A Similar Questions : 1. Can #define accept parameters YesNo Answer: Option A 2. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 3. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 4. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 5. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1