G Gopal Sharma • 38.32K Points Coach Bookmark Embed Report View In MB-Short 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: 89 Filed under category C++ Share
Discusssion
Login to discuss.