The function prototype includes the function return type and an argument type list.
函数原型包括函数返回类型和一个参数类型列表。
The argument type list is created from the types of the formal parameters of the function.
引数型别清单是从函式型式参数的型别建立的。
The method return type appears after the argument list.
方法的返回类型在参数列表的最后出现。
应用推荐