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
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