What is Anonymous Inner Class »
By Ramakrishna on Dec 10, 2008 in Anonymous inner class | 0 Comments
anonymous inner class It is an inner class whose name is hidden in the outer class and for which only one object is created. An inner class is where you define one class within another. You might do this where one class is tightly coupled to another class and there is no point in defining [...]
