The type Videosite must implement the inherited abstract method Subject.remove()
你还有一个基类抽象类的抽象方法,Subject.remove(),没有实现,检查下。
把子类定义为抽象类,在重写父类的方法