Summary: | Abstract operation (method) should lead to abstract class | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Christian Tardif <christian.tardif> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian Tardif
2004-10-04 16:20:00 UTC
Note that the opposite is not true: The fact that no operation is abstract does not imply that the class must be non-abstract. In practice this means that setting an operation to abstract will change the class to be abstract, but removing the abstractness from the operation will not remove the class' abstractness - that must be done manually. |