Question Detail Reference is like a PointerStructureArrayNone of above Answer: Option A Similar Questions : 1. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 2. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 3. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 4. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1