• 2022-07-29
    定义一个接口MaxFace,其中有两个抽象方法max()、min(),在MaxMin类中实现MaxFace,重写抽象方法max(),min(),编写测试TestMaxFace类,求键盘输入三个数中的最大值和最小值测试结果。