How can I have a generic abstract class, let's say Animal, and have it implement a constant (or a variable; it doesn't mind) which must be redefined by all subclasses?
Example:
What is a "subclass" in java?
I know about classes and methods, but I do not know about subclasses.
I will be more than happy to have a good explanation.
Thanks!