java编程思想第4版中文版的几处谬误?
高洛峰
高洛峰 2017-04-18 10:46:11
0
3
886
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

Antworte allen(3)
PHPzhong

书翻译的不准确,没了!

这么明显的问题,明明都知道……

非要别人给你确认一下,你才有自信认为是书的问题而不是自己的问题么?

左手右手慢动作

英文原文(169页)是:

It's important that all of the methods in Cleanser are public.

至于第一个问题,原文(168页)是:

First, in the Cleanser append() method, Strings are concatenated to s using the += operator, which is one of the operators (along with '+') that the Java designers "overloaded" to work with Strings.

阿神

翻译的不恰当,应该翻译为“重载”
如果了解C++的话,就知道这个相当于String类对“+=”操作符进行了重新实现,“+=”可以用来进行字符串拼接。

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!