[Feature Request] Over-implementation
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
When a class implements an interface its sub-class will be implementing that interface by inheritance.
The sub-class inherits the behaviours of the super-class as well as its attributes.
There is no need for the sub-class to also specify that it implements that interface.
Contributor guide
Assessment
This issue has not been assessed yet.