Update 面向对象思想.md

This commit is contained in:
mythsman 2018-03-06 18:12:00 +08:00 committed by GitHub
parent db928f4bde
commit 0dcea89ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
* [2. 合成复用原则](#2-合成复用原则)
* [3. 共同封闭原则](#3-共同封闭原则)
* [4. 稳定抽象原则](#4-稳定抽象原则)
   * [5. 稳定依赖原则](#5-稳定依赖原则)
* [5. 稳定依赖原则](#5-稳定依赖原则)
* [封装、继承、多态](#封装继承多态)
* [1. 封装](#1-封装)
* [2. 继承](#2-继承)