Possible Duplicate:
Why shall I use the “using” keyword to access my base class method?
using
declaration introduces a name of data member or member function from a base class into the scope of derived class which is implicitly accomplished when we derive a class from base class, then what is the utility of using "using declaration"?
i want to know in depth the use of using declaration in classes in c++.