diff --git a/README.md b/README.md index 93637019..181c3149 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ 整理自《Head First 设计模式》 +> [JDK 中的设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/JDK%20中的设计模式.md) + +对每种设计模式做了一个总结,并给出在 JDK 中的使用实例。 + > [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md) 一些面向对象思想和原则。