Adapter versus abstract classes
807606Mar 18 2007 — edited Mar 18 2007Hi All,
I've an interface defining five methods,butt i want to use only two of them in my class. As per my knowledge, i can do it in two ways, either i can define these mehods in an abstract class and then can use this extend this abstract class, in the second method which i came to know is the best way to do this is throught adapter class. I'm confused between difference between these two? I don't know much about adapter classes?
Hope to listen from you very soon.
Kind regards...
CrazyAboutJava