artikelArray = new Artikel[5];for( int i = 0; i < artikelArray.length; i++ ) { artikelArray[ i ] = new Artikel();}