Question Detail Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A Similar Questions : 1. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 2. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 3. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 4. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 5. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2