图解面向对象设计模式 / 单例模式

版权声明:知识在分享中升华,思想在交流中沉淀,欢迎大家转载。 https://blog.csdn.net/qwfys200/article/details/82393564

Overview

Prototype Pattern

Ensure a class only has one instance, and provide a global point of access to it.

保证一个类仅有一个实例,并提供一个访问它的全局访问点。

这里写图片描述

参考文献
- Java设计模式/耿祥义,张跃平. ——北京:清华大学出版社,2009.5

猜你喜欢

转载自blog.csdn.net/qwfys200/article/details/82393564