A Admin • 833K Points Coach Q. Which of the following is the correct way to call a member function of a class in C++? (A) object->function(); (B) object.function(); (C) function(object); (D) object.function(); Correct Answer - Option(B) Views: 27 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.