void call(int); class UCL{ public : void display() { call(10); } void call(int) { cout" PSG" ; } }; int main() { UCL s; s.display(); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login