Question Detail How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D Similar Questions : 1. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 2. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 4. 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 5. 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 Read more from - C++ Programming Questions Answers - Set 2