Ask Question
11 March, 02:29

Give a base class with at least one public member function, how many child classes can redefine that member function? a. 1 b. 0 c. all of them d. none of the above 25.

+1
Answers (1)
  1. 11 March, 02:37
    0
    C. All of them

    Step-by-step explanation:

    The base class is the super/parent class of a child class; so a child class inherit from a base class.

    When a child class inherit from a base class; it have access to redefine the member function that is declared public. 'public' is an access modifier which means it can be access from outside the class and modified.

    Therefore, all the child class which inherit the base class can redefine the member function that are public.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Give a base class with at least one public member function, how many child classes can redefine that member function? a. 1 b. 0 c. all of ...” in 📗 Mathematics 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