== Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article > Well if we get into details we'll figure that things must be quite > different for different memory management models. For example Object in > ref-counted mode is not a class anymore, it's a struct. So now there's > going to be two parts in an app: those in which Object is a class, and > those in which Object is a struct. Reconciling those would be a tall order. > Andrei
????? Isn't the **whole point** of Object to be the root of the **class** hierarchy?????