摘要:
In Scala, constructors other than the primary constructor are called auxiliary constructors. Auxiliary constructors in Scala start with def this(...).
阅读全文
posted @ 2019-07-28 12:01
25th_engineer
阅读(173)
推荐(0)
编辑
摘要:
Immutable objects offer several advantages over mutable objects, and one potential disadvantage. First, immutable objects are often easier to reason a
阅读全文
posted @ 2019-07-28 11:32
25th_engineer
阅读(281)
推荐(0)
编辑
摘要:
[1] Packages, which were briefly described in Step 1 in Chapter 2, will be covered in depth inChapter 13. [2] figuratively speaking [3] Overloaded met
阅读全文
posted @ 2019-07-28 10:28
25th_engineer
阅读(160)
推荐(0)
编辑