1个回答
展开全部
class cicle : shope
{
public double arca(double r) //这个是重载,无须override
{
throw new NotImplementedException();
}
public override double arca() // 无参数函数必须重写
{
throw new NotImplementedException();
}
}
重写与重载不同,重写是覆盖掉同名函数,重载是添加一个同名且不同参数的函数。
{
public double arca(double r) //这个是重载,无须override
{
throw new NotImplementedException();
}
public override double arca() // 无参数函数必须重写
{
throw new NotImplementedException();
}
}
重写与重载不同,重写是覆盖掉同名函数,重载是添加一个同名且不同参数的函数。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询