Deprecated language features

Jacob Carlborg doob at me.com
Wed Feb 8 04:44:19 PST 2012


On 2012-02-08 12:04, Andrej Mitrovic wrote:
> On 2/4/12, Walter Bright<newshound2 at digitalmars.com>  wrote:
>> Base class protection attributes
>
> I'm not sure what this means?

I think it's this:

class Base {}
class Foo : private Base {}

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list