Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!bbn.com!gww From: gww@bbn.com (George Williams) Newsgroups: comp.lang.c++ Subject: Another question... Keywords: scope Message-ID: <42968@bbn.COM> Date: 19 Jul 89 18:18:11 GMT Sender: news@bbn.COM Lines: 9 7) What is the scope of (and when do destructors get called on:) switch(i) { case 1: String q(10); case 2: String j(10); default: String k(10); }