package factory; /** * Copyright (c) 2023, ustchcs and its affiliates. All rights reserved. More info see www.ustchcs.com * * @author cch * @package java-test factory.static1 * @node */ public abstract class BMW { abstract public void run(); }