DNT Formerly SteamDNT Oct 30, 2015 #1 In this thread we discuss why OOP is a terrible model and that it shouldn't be taught in schools.
T The_Next_Guy Active Member Dec 8, 2015 #5 String[] words = new String(){"Java","For","The","Win"}; for(int i = 0; i < words.length; i++){ System.out.print(words + " "); } words = new String(){"OOP","Is","OP"}; for(int i = 0; i < words.length; i++){ System.out.print(words + " "); }
String[] words = new String(){"Java","For","The","Win"}; for(int i = 0; i < words.length; i++){ System.out.print(words + " "); } words = new String(){"OOP","Is","OP"}; for(int i = 0; i < words.length; i++){ System.out.print(words + " "); }