Question Detail Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Similar Questions : 1. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 2. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 3. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 4. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 5. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2