usingC::f;//introducesC::f(int),C::f(double),andC::f(char)f('h');//callsC::f(char)f(1);//error:B::f(int)orC