|
发表于 2005-9-10 20:31:00
|
显示全部楼层
Post by Illidan
C++他老爹B.S.先生说:
A language is said to *suport* a style of programming if it provides facilities that makes it convenient (reasonably easy, safe, and efficient) to use that style. A language does not support a technique if it takes exceptional effort or exceptional skill to write such programs; it merely *enables* the technique to be used. For example you can ... write type-secure programs in C ... but it is unnecessarily hard to do because these languages do not support those techniques.
嗯,这一段我也记得.理论上,汇编语言就能实现OO,但是从来没人这么做(哦,也许有,但那将是多大的工作量啊) |
|