Question Detail Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Similar Questions : 1. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D 2. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A 3. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 4. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 5. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2