1 / 2

Problem 11, question 2 (insert the words in bold in the exam)

Problem 11, question 2 (insert the words in bold in the exam). Making , as the only change, Line inherit only from Object (and add the required attributes in the definition of Line) makes the hierarchy correct according to the "is a" and "extends" tests

mircea
Download Presentation

Problem 11, question 2 (insert the words in bold in the exam)

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. Problem 11, question 2(insert the words in bold in the exam) • Making, as the only change, Line inherit only from Object (and add the required attributes in the definition of Line) makes the hierarchy correct according to the "is a" and "extends" tests • Making, as the only change, Triangle inherit only from Line (and add the required attributes in the definition of Triangle and Line) makes the hierarchy correct according to the "is a" and "extends" tests • Making, as the only change, Triangle inherit only from Object (and add the required attributes in the definition of Triangle) makes the hierarchy correct according to the "is a" and "extends" tests • Making, as the only change, Line inherit only from Shape (and add the required attributes in the definition of Line) makes the hierarchy correct according to the "is a" and "extends" tests

More Related