help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hiding inherited attributes


From: Guy Harrison
Subject: Re: hiding inherited attributes
Date: Sun, 12 Dec 2004 07:00:08 GMT
User-agent: KNode/0.7.7

Laurent wrote:

> I'm seaching how to be warned when hiding inherited attributes.
> Using GCC 3.3.x
> 
> class Elephant : Animal {
>     int attr1;
> };
> 
> class Animal {
>     int attr1;
> };
> 
> Thanks in advance for your help.

public/private/protected.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]