乘着元旦放假,抽点时间把java知识总结一下... 标示符 1.类名---首字母大写 例:Person public class Person { //coding } 2.方法名---驼峰法 例:getName public String getName() { //coding } 3.变量名---驼峰法 例:num int num
以下摘自:ISO-IEC-9899-1999.pdf 6.2.3 If more than one declaration of a particular identifier is visible at any point in a translation unit, the syntactic context disambiguates uses that refer to differen