Paulo Alexandre Corigo Zenida wrote:
- Classes that don't have subclasses should be declared as final
- Classes that have subclasses should be declared as
abstract, and therefore, not able to be instantiated (this way, only
the derived classes can be instantiated. The example this person
invoked was the Human Being to be abstract and the subclasses Man and
Woman being the derived ones).
In passing, these seem like really bad ideas. Or are they just examples?
Mark
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users