Sep 20 2010 11:53 AM 2297 6 Interface and Abstract Class Usage Nishapanicker When will you use an interface and abstract class? mani.sivapuram Profile Answers by mani.sivapuram Questions by mani.sivapuram Mar 8th, 2011 the simple way we can answer is in interface we can provide only abstract methods(i.e the methods with out any implementation) and in abstract class we have abstract methods as well as concreate metho... deepthis594 Profile Answers by deepthis594 Questions by deepthis594 Dec 27th, 2010 Interface is also used as an alternative to multiple inheritence in java Answer Question Select Best Answer
Sep 20 2010 11:53 AM 2297 6 Interface and Abstract Class Usage Nishapanicker When will you use an interface and abstract class? mani.sivapuram Profile Answers by mani.sivapuram Questions by mani.sivapuram Mar 8th, 2011 the simple way we can answer is in interface we can provide only abstract methods(i.e the methods with out any implementation) and in abstract class we have abstract methods as well as concreate metho... deepthis594 Profile Answers by deepthis594 Questions by deepthis594 Dec 27th, 2010 Interface is also used as an alternative to multiple inheritence in java Answer Question Select Best Answer
mani.sivapuram Profile Answers by mani.sivapuram Questions by mani.sivapuram Mar 8th, 2011 the simple way we can answer is in interface we can provide only abstract methods(i.e the methods with out any implementation) and in abstract class we have abstract methods as well as concreate metho...
deepthis594 Profile Answers by deepthis594 Questions by deepthis594 Dec 27th, 2010 Interface is also used as an alternative to multiple inheritence in java