-
Choose between abs class with abs method and interface with abs method
if i have a class that can extend abs class n implement interface...and it doesn't have to achieve inheritance ,doesn't have to extend any other class then which 1 should i use between extending a abs class with abs method or implementing interface with abs method.?/pls ans