164k views
2 votes
To call a member function, you code a. the name of the object in parentheses, followed by the name of the function b. the name of the object, the dot operator, and the name of the function c. the name of the object, followed by the scope resolution operator and the name of the function d. the name of the object, followed by the name of the function in parentheses

1 Answer

1 vote

Answer:

using a pointer to member function to call function

User Dhivin
by
3.2k points