Re: JAVA ABSTRAT CLASS INTERFACE
Posted By:
Bashir_Wichka
Posted On:
Wednesday, October 20, 2004 10:36 AM
Abstract is better option, you can specify some static variables and static methods in the abstract class. In interfaces you can't. Abstract are flexible in that way.
Re: JAVA ABSTRAT CLASS INTERFACE
Posted By:
Bashir_Wichka
Posted On:
Wednesday, October 20, 2004 10:36 AM
Abstract is better option, you can specify some static variables and static methods in the abstract class. In interfaces you can't. Abstract are flexible in that way.