if i have a class that can extend abs class n implement interface...and it doesnt have to achieve inheritance ,doesnt hav 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