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. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. Can we overload constructors in C++ YesNo 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 the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 5. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1