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 Ad Similar Questions : 1. Which is not a correct variable type floatintdoublereal Answer: Option D 2. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 3. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B 4. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 5. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1