main() { List autoliste = new List(); autoliste.add(new Auto("Ferrari")); Auto einauto = autoliste[0]; }