0
Anonymous classes
Are we able to change every class within another method, therefore making all classes anonymous classes?
1 Resposta
+ 4
There must be at least one class, which contains the method which contains all of your anonymous classes ;)
You can't do that if you need to declare and use a new class.