Question Detail What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A Similar Questions : 1. Which operator is used for comparing two variables :===:== Answer: Option D 2. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 3. Which operator is used to define a member of a class from outside the class definition ->::.>> 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. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1