protection for superclass

Frank Benoit keinfarbton at nospam.xyz
Sat May 6 08:47:55 PDT 2006


If I do this

class T : private D {
}

the functionality from Object is no more visible to a user of T.
e.g. container can complain, they cannot access opEqual. Is this the
wanted behaviour?



More information about the Digitalmars-d mailing list