Question Detail Every class has atleast one construtor TrueFalse Answer: Option A Similar Questions : 1. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 2. All members of class have which access to its members privatepublicprotecteddepends 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 polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 5. Which is not a correct variable type floatintdoublereal Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1