StupidBeauty
Read times:4839Posted at:Sun May 28 01:59:49 2017 - no title specified

《C++面向对象软件设计及构建》文章翻译

这里列出的是对于《 Object-Oriented Software Design and Construction with C++ 》一书各个章节的翻译。

1 第一章 基本概念,Basic Concepts

1.1基本概念,1.1 Basic Concepts

1.2抽象,1.2 Abstraction

1.3分离性,1.3 Separation

1.4将抽象和分离映射到类和对象,1.4 Mapping Abstraction and Separation to Classes and Objects

1.5组合,1.5 Composition

1.5组合/利用关联实现组合,1.5 Composition/Composition Using Association

1.5组合/利用聚合实现组合,1.5 Composition/Composition Using Aggregation

1.6泛化,1.6 Generalization

1.7面向对象编程及软件工程,1.7 Object-Oriented Programming and Software Engineering

2 第二章 使用单个类的对象,Using Objects of a Single Class

2.1类和对象,2.1 Classes and Objects

2.2类及对象的结构,2.2 Structure of Classes and Objects

2.3创建及操作一个对象,2.3 Creating and Operating on an Object

2.4重载方法,2.4 Overloaded Operations

2.5默认参数,2.5 Default Arguments

2.6基本输入/输出,2.6 Basic Input/Output

2.7由对象组成的数组,2.7 Arrays of Objects

2.8作用域,2.8 Scope

2.9动态对象,2.9 Dynamic Objects

3 第三章 使用不同类的对象,Using Objects of Different Classes

3.1将对象用于通信,3.1 Using Objects for Communication

3.2以复制的方式传递对象,3.2 Communicating Objects by Copy

3.3匿名对象,3.3 Anonymous Objects

3.4以引用和指针的方式传递对象,3.4 Communicating Objects by Reference and By Pointer

3.5一个简单的关联关系,3.5 A Simple Association

3.6更复杂的关联,3.6 More Complex Associations

3.7自我引用的类定义,3.7 Self Referencing Class Definitions

4 第四章 实现一个新的类,Implementing a New Class

4.1介绍,4.1 Introduction

4.2利用聚合来实现一个新类,4.2 Implementing a New Class Using Aggregation

4.3定义具体实现,4.3 Defining the Implementation

4.4 组织好代码,4.4 Organizing the Code

4.5 简单静态聚合,4.5 Simple Static Aggregation

4.6 更复杂的静态聚合,4.6 More Complex Static Aggregation

4.7 动态聚合,4.7 Dynamic Aggregation

4.8 控制变化,4.8 Controlling Change

4.9 复制构造函数,4.9 Copy Constructors

4.10 赋值操作符, 4.10 Assignment Operator

5 第六章 继承,Inheritance

6.10多重继承,6.10 Multiple Inheritance

6 第七章 模板,Templates

7.1模板,7.1 Templates

7.5模板及继承,7.5 Templates and Inheritance

未知美人

未知美人

Your opinions
Your name:Email:Website url:Opinion content:
- no title specified

HxLauncher: Launch Android applications by voice commands