Question Detail Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C Similar Questions : 1. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 2. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 3. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 4. Which operator is used for comparing two variables :===:== Answer: Option D 5. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1