public override void Display() { LibraryItem?.Display(); //调用实例的方法。即保留对象本身的方法 }
public override void Display() { _libraryItem.Display(); }