Document 9654241

Download Report

Transcript Document 9654241

Matakuliah
Tahun
: T0104 – Metode Perancangan Program
: 2010
REVIEW OBJECT ORIENTED
PROGRAM DESIGN
Pertemuan - 26
Pertemuan 26 – Review
Object Oriented Program Design
Objectives
• In this chapter you will be able to:
• See the revision of the steps required to achieve
good object oriented program design
Object Oriented Program Design
•
Terms and Concepts
•
Class relationship
•
UML Notation and Diagrams
•
Program Design Methodology
•
Program Development Process
•
Steps in creating an object-oriented solution
Object Oriented Program Design
•
There are four steps for Object Oriented Program
Design a solution to a problem:
1.
Identify the classes and their attributes, responsibilities
and operations.
2.
Determine the relationship between the objects of those
classes.
3.
Design the algorithms for the operations using structured
design.
4.
Develop a test or driver algorithm to test the solution.
Summary
• This chapter has revisited the steps required to
achieve good object oriented program design
• Program design is considered good if it is easy
to read and understand and easy to alter