30 likes | 60 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Bonus work - Object-oriented design (extra 5 points)<br>Write a program that contains at least two classes, where one class is the child of the other and<br>inherits functionality from the parent in a meaningful manner. The child class must add some<br>functionality that the parent class did not possess.
E N D
Write a program that contains at least two classe • FOR MORE CLASSES VISIT • tutorialoutletdotcom • Bonus work - Object-oriented design (extra 5 points)Write a program that contains at least two classes, where one class is the child of the other andinherits functionality from the parent in a meaningful manner. The child class must add somefunctionality that the parent class did not possess. You can use virtual functions, abstract classes,etc., but you do not have to. Key is to solve some problem in an object-oriented way, demonstrating(at least) simple inheritance. Document the design process (problem/task specification,