help-gplusplus
[Top][All Lists]
Advanced

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

hiding inherited attributes


From: Laurent
Subject: hiding inherited attributes
Date: 7 Dec 2004 00:26:02 -0800

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.


reply via email to

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