练习作业 【上机作业】【java】2010.3.31 类的多态性 作者zjl 2010年4月1日 import java.text.DecimalFormat; class math{ public int plus(int a,int b){ return a+b; } p…