mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2026-08-23 04:03:30 +08:00
bugfix : 修复不合适的 Item 标题命名
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 23. 优先使用类层次而不是标签类
|
||||
# 23. 类层次结构优于标签类
|
||||
|
||||
有时你可能会碰到一个类,它的实例有两个或更多的风格,并且包含一个标签属性(tag field),表示实例的风格。 例如,考虑这个类,它可以表示一个圆形或矩形:
|
||||
|
||||
Reference in New Issue
Block a user