What are inner class and anonymous class
Ask by Pushpendra Singh
Updated 15 Sep 2020
Anonymous class : Anonymous class is a class defined inside a method without a name and is instantiated and declared in the same place and cannot have explicit constructors.