Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Capturing extending classes in compile time?

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


Back to the top