Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Restriction on contents of abstract final classes needs description #98

Open
ericlippert opened this issue Aug 24, 2017 · 0 comments
Open

Comments

@ericlippert
Copy link
Contributor

Chapter 16 correctly notes the rules for abstract classes and final classes, but does not state anywhere the rule that a class which is both abstract and final may only declare static methods and properties. Since the class cannot be instantiated, it is pointless to declare an instance method or property; it would never be used.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant