1 / 8

Object Oriented

Object Oriented. Structural Or Object Oriented Approached. Structural Approach Think for Modular Driven Design Top Down Decomposition. Sub Program. Sub Program. Sub Program. Sub Program. Sub Program. Structural. Main Program. ???. AHA…. And Sub Program can devided into

schuyler
Télécharger la présentation

Object Oriented

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

  2. Structural Or Object Oriented Approached • Structural Approach • Think for Modular Driven Design • Top Down Decomposition

  3. Sub Program Sub Program Sub Program Sub Program Sub Program Structural Main Program ??? AHA…. And Sub Program can devided into Smaller sub program too Poor decomposition is problem usually appearance in this approached, hard to maintain a program whith this approached Think to solve main problem or main program divided into subprogram Thinking How To Solve The Problem

  4. Object Oriented • Think the main concept is object • Object is a model from reality(problem domain)

  5. Object Oriented Approached Problem Domain Object Object Object Object All Object, interaction to solve taks the problem domain

  6. The Advantage Object • Seamless Movement Between Stages Analysis Implementation Design Object

  7. The Advantage Object • Encapsulation To Access data another object must send message to execute public method object Another Object Cant Direct Access to Data Method Atribute or Data Method Method

  8. Vehicle Speed Color Start Polimorphism Car Motorcycle Start Start start method can build in child class

More Related