Page 1 of 1

Question 5 In order to reduce programming labour inheritance is useful. When a child class inherits a parent class follo

Posted: Fri May 20, 2022 10:05 am
by answerhappygod
Question 5 In Order To Reduce Programming Labour Inheritance Is Useful When A Child Class Inherits A Parent Class Follo 1
Question 5 In Order To Reduce Programming Labour Inheritance Is Useful When A Child Class Inherits A Parent Class Follo 1 (13.66 KiB) Viewed 41 times
Question 5 In order to reduce programming labour inheritance is useful. When a child class inherits a parent class following occurs without error a. All private attributes and public operations are inherited in child class b. All public attributes and private operations are inherited in child class c. All protected attributs and public operations are inherited in child class d. All protected attributes and private operations are inherited in child class