Ask Question
10 December, 11:15

Is it possible for a member function of a class to activate another member function of the same class? A. No. B. Yes, but only public member functions. C. Yes, but only private member functions. D. Yes, both public and private member functions can be activated within another member function.

+4
Answers (1)
  1. 10 December, 11:31
    0
    The answer is D. Yes, both public and private member functions can be activated within another member function.

    Explanation:

    It is possible for a member function of the same class to activateinside the any other function or method no matter whether it is public or private.

    Both private and public handle only handles what can access it outside of that class.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Is it possible for a member function of a class to activate another member function of the same class? A. No. B. Yes, but only public ...” in 📗 Social Studies if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers