View Single Post
  #4 (permalink)  
Old 09-12-2003
yonik yonik is offline
Registered User
 
 
Join Date: Sep 2003
Location: NJ
Posts: 9
> exception type should have all the abilities of a struct

Looking at it again, exceptions need many of the abilities of a class (since structs don't inherit, and don't have a base class with which to treat them polymorphicly.
Reply With Quote