1 / 5

Object-Oriented Development

Object-Oriented Development. Use OO perspective throughout analysis/design/programming stages Object-oriented analysis Object-oriented design Object-oriented programming Transition between stages should be seamless. Object-Oriented Design Features. Information hiding manages complexity

aretha
Download Presentation

Object-Oriented Development

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. Object-Oriented Development • Use OO perspective throughout analysis/design/programming stages • Object-oriented analysis • Object-oriented design • Object-oriented programming • Transition between stages should be seamless Object-oriented design

  2. Object-Oriented DesignFeatures • Information hiding • manages complexity • Evolution advantage: • can change implementation “freely” • Generalization and inheritance • design (and implementation) reuse • advantages with evolution (specifically specialization) Object-oriented design

  3. Generalization and Inheritance • Generalization • Identifying what different classes of objects have in common • Inheritance • How generalization is supported in many OO languages • Representation inheritance vs. Interface inheritance Object-oriented design

  4. Generalization and Inheritance Object-oriented design

  5. Generalization and Inheritance • An abstraction mechanism which may be used to classify entities • A reuse mechanism at both the design and the programming level • The inheritance graph is a source of organisational knowledge about domains and systems Object-oriented design

More Related