Ask Question
25 August, 18:41

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.

+5
Answers (1)
  1. 25 August, 20:01
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers