Ask Question
11 July, 13:54

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.

+2
Answers (1)
  1. 11 July, 15:03
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers