1 2 3 4 5 6
public class SystemVUnix implements IBaseApplications{ @Override public void installApplications() { System.out.println("Installing: " + this.getClass().getSimpleName()); } }