oop_solid #87
Replies: 1 comment 1 reply
-
|
看完简单,看懂很难,实际操作中掌握理解更难? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
oop_solid
前面几节在讨论面向对象编程的时候,主要是从实现的角度来考虑的:假设我们已经知道了需要一些类,应该如何为这些类编写代码。但是接下来,我们要换一个角度,来考虑一下如何设计面向对象的程序:对于一个问题,应该设计哪些类,它们之间的关系如何?
https://lv.qizhen.xyz/oop_solid
Beta Was this translation helpful? Give feedback.
All reactions