1 / 3

Write a program that contains at least two classe

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.

Kearsley
Télécharger la présentation

Write a program that contains at least two classe

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUCATIONAL COURSESTUTORIALOUTLET

  2. 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,

  3. EDUCATIONAL COURSES TUTORIALOUTLET

More Related