上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)01 Introduction to Object Technology

Shanghai Jiao Tong University 上海交通大学 Object Oriented Analysis and Design Introduction to Object Technology 上海交通大学软件工程中心
Shanghai Jiao Tong University 上海交通大学软件工程中心 Object Oriented Analysis and Design Introduction to Object Technology

Outline ★◆Introduction to object technology ◆ Concepts of Object Orientation Object Oriented Analysis and Design 2
Object Oriented Analysis and Design 2 Outline Introduction to object technology Concepts of Object Orientation

What Is Object Technology? A set of principles (abstraction, encapsulation, polymorphism)guiding software construction, together with languages, databases,and other tools that support those principles.(Object Technology A Manager's Guide,Taylor,1997.) Object Oriented Analysis and Design
Object Oriented Analysis and Design 3 What Is Object Technology? A set of principles (abstraction, encapsulation, polymorphism) guiding software construction, together with languages, databases, and other tools that support those principles. (Object Technology - A Manager’s Guide, Taylor, 1997.)

The Strengths of Object Technology Reflects a single paradigm Facilitates architectural and code reuse Reflects real world models more closely ◆ Encourages stability ◆Is adaptive to change Object Oriented Analysis and Design 4
Object Oriented Analysis and Design 4 The Strengths of Object Technology Reflects a single paradigm Facilitates architectural and code reuse Reflects real world models more closely Encourages stability Is adaptive to change

The History of Object Technology Major object technology milestones Simula C++ UML Future 1967 Late 1980s 1996 1972 1991 2003 ??? Smalltalk Java MDA Object Oriented Analysis and Design 5
Object Oriented Analysis and Design 5 Major object technology milestones Simula 1967 C ++ Late 1980s Smalltalk 1972 Java 1991 UML 1996 MDA 2003 The History of Object Technology ??? Future

Where Is Object Technology Used? Client/Server Systems and Web Development Object technology allows companies to encapsulate business information in objects and helps to distribute processing across the Internet or a network. Object Oriented Analysis and Design 6
Object Oriented Analysis and Design 6 Where Is Object Technology Used? Client/Server Systems and Web Development ▪ Object technology allows companies to encapsulate business information in objects and helps to distribute processing across the Internet or a network

Where Is Object Technology Used?(cont.) ◆Real-time systems Object technology enables real-time systems to be developed with higher quality and flexibility. 12m 4四四Gm 西D⊙ 0OP# ⊙① 0 g Object Oriented Analysis and Design 7
Object Oriented Analysis and Design 7 Where Is Object Technology Used? (cont.) Real-time systems ▪ Object technology enables real-time systems to be developed with higher quality and flexibility. 4

Differences Between OO and Structured Design Object-orientation (OO) Melds the data and data flow process together early in the lifecycle Has a high level of encapsulation Promotes reuse of code differently Permits more software extensibility Object Oriented Analysis and Design 8
Object Oriented Analysis and Design 8 Differences Between OO and Structured Design Object-orientation (OO) ▪ Melds the data and data flow process together early in the lifecycle ▪ Has a high level of encapsulation ▪ Promotes reuse of code differently ▪ Permits more software extensibility

Outline Introduction to object technology Concepts of Object Orientation What is an object? Four principles of OO What is a class? Polymorphism and generalization Organizing model elements Object Oriented Analysis and Design 9
Object Oriented Analysis and Design 9 Outline Introduction to object technology Concepts of Object Orientation ▪ What is an object? ▪ Four principles of OO ▪ What is a class? ▪ Polymorphism and generalization ▪ Organizing model elements

What Is an Object? Informally,an object represents an entity, either physical,conceptual,or software. Physical entity Truck Conceptual entity Chemical Process Software entity Linked List Object Oriented Analysis and Design 10
Object Oriented Analysis and Design 10 Truck Chemical Process Linked List What Is an Object? Informally, an object represents an entity, either physical, conceptual, or software. ▪ Physical entity ▪ Conceptual entity ▪ Software entity
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)chapter 4 test case generation 1.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)Chapter 2 fundamentals of software test.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)chapter 3 Test environment and tools.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)教学大纲(高级软件测试).doc
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)chapter 1 Introduction of software testing.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)Chapter 2 fundamentals of software test.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)第4章 Fundamental theory and methods of software test.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)第2章 Prerequisites Mathematics knowledge of software test.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)第3章 Test environment and tools.pdf
- 上海交通大学:《软件测试与质量控制》课程教学资源(课件讲稿)第1章 Introduction of software testing.pdf
- 《软件工程概论》课程教学资源(参考资料)软件工程知识体系指南(2004版).pdf
- 《软件工程概论》课程教学资源(参考资料)Guide to the Software Engineering Body of Knowledge(SWEBOK)Version 3.0.pdf
- 中华人民共和国国家标准(GB/T8567一2006 代替GB/T8567-1988)计算机软件文档编制规范 Specification for computer software documentation.pdf
- 上海交通大学:《理论力学》课程教学资源(PPT讲稿)平面矢量.ppt
- 上海交通大学:《计算机硬件技术》课程PPT教学课件(计算机概论,孙德文).ppt
- 上海交通大学:《程序设计基础》课程教学资源(PPT课件讲稿)第9章 数据封装——结构体.ppt
- 上海交通大学:《程序设计基础》课程教学资源(PPT课件讲稿)第8章 间接访问——指针.ppt
- 上海交通大学:《程序设计基础》课程教学资源(PPT课件讲稿)第7章 数组.ppt
- 上海交通大学:《程序设计基础》课程教学资源(PPT课件讲稿)第6章 过程封装——函数.ppt
- 上海交通大学:《程序设计基础》课程教学资源(PPT课件讲稿)第4-5章 控制结构.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)02 Introduction to Visual Modeling.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)04 Interaction Diagrams.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)05 ClassDiagrams.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)06 Other UML Diagrams.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)07 Design Pattern.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)08 Requirements Overview.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)09 Analysis and Design Overview.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)10 Architectural Analysis.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)11 Use-Case Analysis.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)12 Architecture Design.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)13 Use-Case Design.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)14 Subsystem Design.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)16 Database Design.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)17 Model Driven Development.ppt
- 上海交通大学:《面向对象分析与设计 Object Oriented Analysis and Design》课程教学资源(PPT课件讲稿)19 Aspect-Oriented Software Development(AOSD).ppt
- 上海交通大学:《微型计算机技术及在材料加工中的应用》教学资源_微型计算机概述.pdf
- 上海交通大学:《微型计算机技术及在材料加工中的应用》教学资源_第三章作业.pdf
- 上海交通大学:《微型计算机技术及在材料加工中的应用》教学资源_第二章 微处理器.pdf
- 上海交通大学:《数据库(A类)》教学资源_参考资料_MFC ODBC编程.doc
- 上海交通大学:《程序设计思想与方法》课程教学资源_C 12.28上机测试题_C++ 上机测试题.pdf