Question 5 In order to reduce programming labour inheritance is useful. When a child class inherits a parent class follo
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 5 In order to reduce programming labour inheritance is useful. When a child class inherits a parent class follo
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