Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!pilchuck!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c++ Subject: Re: Variable sized objects Message-ID: <2240@dataio.Data-IO.COM> Date: 11 Dec 89 19:22:31 GMT References: <1262@amethyst.math.arizona.edu> Reply-To: bright@dataio.Data-IO.COM (Walter Bright) Organization: Data I/O Corporation; Redmond, WA Lines: 5 Variable sized objects are quite useful and work fine. The only thing you cannot do is derive from a variable size class. Does anyone know how to *prevent* a derivation from a particular class (i.e. cause a compile-time error if you try it)?