Anonymous class v. anonymous inner class?
Hi, All:
This is a minor terminology question -- what's the difference between an anonymous class (p. 153, where the author makes new OnClickListener()) and an anonymous inner class (p. 154, where the author makes new View.OnFocusChangeListener())? Aren't these really both examples of anonymous classes, and that an inner class would be named?
Thanks for any insight,
Michael
Last edited by mprogers; January 8th, 2013 at 11:10 AM..
|