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. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 2. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 3. Default constructor has how many arguments 1230 Answer: Option D 4. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1