calc是类型,c1是对象好比 int i ,int是类型,i是这个类型的变量。n1 n2是属于c1对象的,如果你有多个对象c1 c2 c3...,那么你说光写 n1 n2,对应哪个对象的n1 n2?
函数参数啊,参数类型就是cal类