Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History

oop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

面向对象思想

可以说,每个写业务的程序员都需要掌握面向对象思想。这里给出一些面向对象思想的指引。

oop 并不是灵丹妙药(silver bullet),在合适的时候使用它就好。

我也曾在某个地方看到,说,封装、继承、多态很早就被提出了,并不是面向对象独有的。 函数式编程等思想,都可以一试,适合的就是最好的。不要过度迷恋一种思想。